ebruakagunduz

vm_result.txt

Jan 19th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. I've got following test result allocating 400mb. Memory size: 800M and swap size: 1GB
  2. After swapped out:
  3. cat /proc/pid/smaps:
  4. Anonymous: 128 kB
  5. AnonHugePages: 0 kB
  6. Swap: 409476 kB
  7. Fraction: -
  8.  
  9. cat /proc/meminfo:
  10. AnonPages: 40256 kB
  11. AnonHugePages: 8192 kB
  12. Fraction: 20,34
  13.  
  14. After swapped in:
  15. Anonymous: 409604 kB
  16. AnonHugePages: 0 kB
  17. Swap: 0 kB
  18. Fraction: -
  19.  
  20. cat /proc/meminfo:
  21. AnonPages: 449692 kB
  22. AnonHugePages: 8192 kB
  23. Fraction: 1,82
  24.  
  25. ----------------------------------------
  26. Firstly I saw anonhugepages is not changes then
  27. I waited 5 minutes and the number was increased:
  28.  
  29. cat /proc/pid/smaps:
  30. Anonymous: 409604 kB
  31. AnonHugePages: 28672 kB
  32. Swap: 0 kB
  33. Fraction: 6,99
  34.  
  35. cat /proc/meminfo:
  36. AnonPages: 453464 kB
  37. AnonHugePages: 69632 kB
  38. Fraction: 15,3
Advertisement
Add Comment
Please, Sign In to add comment