Hacker News
new
past
comments
ask
show
jobs
points
by
dundarious
14 hours ago
|
comments
by
throw0101c
13 hours ago
|
next
[-]
Also try:
sudo sysctl -w vm.drop_caches=3
reply
by
wpollock
13 hours ago
|
prev
|
next
[-]
Or more simply, use
su -c 'echo 3 > /proc/sys/vm/drop_caches'
reply
by
seba_dos1
13 hours ago
|
parent
|
[-]
echo 3 | sudo tee /proc/sys/vm/drop_caches
reply
by
john_strinlai
14 hours ago
|
prev
|
[-]
thanks. copy pasting from the github via my phone, and should have taken the extra few mins
reply
by
dundarious
12 hours ago
|
parent
|
[-]
No worries, overall a very useful summary comment.
reply