由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Memory Usage问题
相关主题
[合集] 急问:大家一般都用什么profiling工具和memory leak的监有什么办法可以查每行代码用的时间?
Two classic C++ questions, how to answerUrgent help on how to get statistical informaiton of an algorithm
急问:大家一般都用什么profiling工具和memory leak的监测工请问这是什么语法(C++)?
大家都用什么工具来profile C/C++程序有没有工具自动描绘C++程序的Call flow
怎么样profile C++ code最好?C++ Profiler
c 语言 查 memory这个go的吐槽很客观
各位给推荐一个C++ programming performance profiler?gprof和STL的问题
如何查看一个程序里面某个函数或者计算占用的CPU和内存?code profiling 的问题
相关话题的讨论汇总
话题: memory话题: usage话题: system话题: stress话题: any
进入Programming版参与讨论
1 (共1页)
L******3
发帖数: 18
1
Our system has 13G memory usage limit. When the system just starts up with
no any traffic, its memory usage is 1.4G. Then the system was running under
stress for 30 mins, and the memory usage reach ~10G. We stopped the stress,
however, the memory usage didn't go down too much, which was around ~9G. We
checked the system statistics, and there was no object hanging in the memory
. Then we restarted the stress, however, within 18 mins, the system was
running out of the memory.
Any idea?
多谢!
L******3
发帖数: 18
2
因为valgrind的memory profiler (memcheck/massif/dhat)无法running under stess
。我们只是在正常负载的情况下跑了一下valgrind一个小时,valgrind没有report任何
definitely lost和invalid read/write,倒是有些possibly lost和directly lost,
但是大体看了下,应该不是原因。
L******3
发帖数: 18
3
System is written in C/C++
L******3
发帖数: 18
4
有谁对glibc caching熟悉,来说说?
1 (共1页)
进入Programming版参与讨论
相关主题
code profiling 的问题怎么样profile C++ code最好?
MATLAB function call too slowc 语言 查 memory
visual studio 2005怎么code profiling?各位给推荐一个C++ programming performance profiler?
【讨论】Linux启动时执行配置文件的顺序 (转载)如何查看一个程序里面某个函数或者计算占用的CPU和内存?
[合集] 急问:大家一般都用什么profiling工具和memory leak的监有什么办法可以查每行代码用的时间?
Two classic C++ questions, how to answerUrgent help on how to get statistical informaiton of an algorithm
急问:大家一般都用什么profiling工具和memory leak的监测工请问这是什么语法(C++)?
大家都用什么工具来profile C/C++程序有没有工具自动描绘C++程序的Call flow
相关话题的讨论汇总
话题: memory话题: usage话题: system话题: stress话题: any