Setting, Error/GPU

ubuntu cache 메모리 지우기

Juheon Kwak 2022. 7. 7. 00:59

$ free -h

free 명령어로 현재 메모리의 상태를 확인할 수 있다.

$ sudo sh -c "echo 1 > /proc/sys/vm/drop_caches"

 

만약 위 명령어로 메모리가 비워지지 않는다면

$ sudo sh -c "echo 2 > /proc/sys/vm/drop_caches"