Skip to content


Освобождение памяти в Linux, занятой под кеши

Чтобы сделать побольше свободной памяти за счет уменьшения кешей, можно использовать такой трюк:

# uname -r
2.6.35.11-83.fc14.x86_64
# free ; echo 3 > /proc/sys/vm/drop_caches ; free
             total       used       free     shared    buffers     cached
Mem:       3928664    3706736     221928          0      58752     757076
-/+ buffers/cache:    2890908    1037756
Swap:      4192960     579388    3613572
             total       used       free     shared    buffers     cached
Mem:       3928664    2974684     953980          0        780     117348
-/+ buffers/cache:    2856556    1072108
Swap:      4192960     579388    3613572

Posted in *nix.

Tagged with .


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

You must be logged in to post a comment.