How can I free memory on linux
Posted
by ogzylz
on Stack Overflow
See other posts from Stack Overflow
or by ogzylz
Published on 2010-04-25T10:16:30Z
Indexed on
2010/04/25
10:23 UTC
Read the original article
Hit count: 313
When I use top to see memory usage, I see that I have 65gb ram but only 1.3gb of it free. When I ran my program It gives memory insufficiency error. Although no other program is using the remaining 63.7gb ram it is hold. how can I get free the unused ram?
© Stack Overflow or respective owner