많은 작업을 수행하다보면 메모리가 회수(?)되지 않는 상황이 생긴다.
이럴 때 다음 명령을 수행하여 회수를 할 수 있다.
[이 전]
[root@jpnips tmp]$ free
total used free shared buffers cached
Mem: 32932100 25916432 7015668 0 1535684 22394696
-/+ buffers/cache: 1986052 30946048
Swap: 65537156 532 65536624
[root@jpnips ~]# sync;echo 3 > /proc/sys/vm/drop_caches
[이 후]
[root@jpnips ~]# free
total used free shared buffers cached
Mem: 32932100 4894320 28037780 0 1392 4331752
-/+ buffers/cache: 561176 32370924
Swap: 65537156 532 65536624
반응형
'Programming > Linux' 카테고리의 다른 글
ubuntu 14.04 오른쪽 alt, ctrl을 한글, 한자로 쓰기 (0) | 2016.01.26 |
---|---|
IO Wait값에 대하여 (0) | 2016.01.06 |
cloudsuite Software testing 설치 시 오류들 (0) | 2013.11.14 |
/proc/stat, /proc/[pid]/stat 설명 (0) | 2013.03.06 |
KDE나 GTK환경에서 nabi를 사용했을때 어느 한쪽의 프로그램에 한글입력이 안될때 (0) | 2012.09.10 |