Kamis, 26 Juli 2012

0

Membersihkan memory di linux

  • Kamis, 26 Juli 2012
  • AcehCyber
  • >>> Membersihkan memory di linux

    ______login sebagi root :
    ______Ketikan perintah spt dibawah ini :

    root@samuderapase:~# echo 1 > /proc/sys/vm/drop_caches
    root@samuderapase:~# echo 2 > /proc/sys/vm/drop_caches
    root@samuderapase:~# echo 3 > /proc/sys/vm/drop_caches

    ______bisa juga menggunakan crontab -e untuk membersihkan secara otomatis
    ______Ketika perintah dibawah ini:

    root@samuderapase:~# crontab -e
    no crontab for root - using an empty one
    crontab: installing new crontab

    ______isikan : * */3 * * * echo 3 > /proc/sys/vm/drop_caches # 3 jam sekali akan dibersihak secara otomatis

    ______coba kemudian check penggunaan memori di linux

    root@samuderapase:~# free
    total used free shared buffers cached
    Mem: 762892 587580 175312 0 760 161532
    -/+ buffers/cache: 425288 337604
    Swap: 1951736 0 1951736

    root@samuderapase:~#

    0 Responses to “Membersihkan memory di linux”


    *Important - If you want to be informed of any replies to your comment, check the "Subscribe By Email" before submitting. Please Do Not Spam

    Posting Komentar