valgrind --tool=massif --trace-children=yes --stacks=yes java myProgram
yields about 10MB at the peak of memory usage.
Now as I understand it, heap is where the variables of my program are stored, does it mean that the difference between the two methods is the space taken by the code itself (including the jvm)?
2. Does the same program use different amount of memory on different machines if they have different amount of RAM or/and use different processors (ARM or x86)?以上就是Measuring memory usage of a process on Linux的详细内容,更多请关注web前端其它相关文章!
未经允许不得转载:web前端首页 » JavaScript 答疑