Re: heap memory and long duration application type
- Posted by PtitChaud Feb 25, 2011
- 1408 views
I've just done the same test number 3 with Euphoria 311 and i obtain:
Before the first loop of memory allocation process
Test number | PRIVATE | VIRTUAL SIZE |
---|---|---|
3 | 000 980K | 033 144K |
After the last loop of memory allocation process
Test number | PRIVATE | VIRTUAL SIZE |
---|---|---|
3 | 030 998K | 144 632K |
With VMMAP.exe of http://www.sysinternals.com :
At the beginning:
Test number | SIZE OF HEAP | SIZE OF PRIVATE HEAP |
---|---|---|
3 | 001 288K | 000 444K |
At the end:
Test number | SIZE OF HEAP | SIZE OF PRIVATE HEAP |
---|---|---|
3 | 112 776K | 030 236K |
and the performance graph of the private bytes history shows a nice comb, depending on the duration of sleep function, like test 4. Peak of private bytes : 111 984K