linux 記憶體的相關文章
linux 記憶體的相關商品
![[轉] 釋放Linux記憶體 @ H's 手札 :: 痞客邦 PIXNET ::](https://www.iarticlesnet.com/pub/img/site/s_19.jpeg)
[轉] 釋放Linux記憶體 @ H's 手札 :: 痞客邦 PIXNET ::
瀏覽:759
日期:2025-04-25
1.釋放Linux記憶體(kernels 2.6.16以後的版本) : root@yesican:~# echo 1 > /proc/sys/vm/drop_cach es 釋放dentries、inodes所用的 cache memory。 root @yesican:~# echo 2 > /proc/sys/vm/drop_caches 釋放pagecache、dentry、inode 所用的 cache memory ......看更多