Advertisement
mah454

mem usage

Jan 4th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Subject : Linux memory allocation issue
  2. My centos 5.4 has 6G ram and shows 4.5G is FREE
  3.  
  4. -bash-3.1# free
  5. total used free shared buffers cached
  6. Mem: 6222804 1662404 4560400 0 5600 79560
  7. -/+ buffers/cache: 1577244 4645560
  8. Swap: 2031608 76 2031532
  9.  
  10. But meminfo shows that 5.8G is full!!!
  11.  
  12. -bash-3.1# cat /proc/meminfo | grep -i Comm
  13. CommitLimit: 7632128 kB
  14. Committed_AS: 5865924 kB
  15.  
  16. And hence, radius server repors
  17. radiusd: Cannot allocate memory
  18. Why the output of meminfo is differ from free? What should I do now?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement