Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux free up ram

free && sync && echo 3 > /proc/sys/vm/drop_caches && free
Comment

free up ram in linux ubuntu

echo 1 > /proc/sys/vm/drop_caches
Comment

free ram linux

1
sudo sync
	
sudo sysctl -w vm.drop_caches=3
Comment

PREVIOUS NEXT
Code Example
Shell :: psycopg2 error install 
Shell :: How to see incognito history? 
Shell :: git set remote 
Shell :: create repo from cmd 
Shell :: install openjdk11 in ubuntu 
Shell :: delete distro 
Shell :: disable selinux in redhat 
Shell :: cordova sqlite storage plugin android 11 
Shell :: install xfce 
Shell :: install vscode insiders ubuntu 
Shell :: linux search for files larger than 
Shell :: grep text in files 
Shell :: ubuntu print path 
Shell :: kubectl get all the pods 
Shell :: run powershell command as administrator 
Shell :: git commit only added files 
Shell :: getting a package in colab from github 
Shell :: bash clock script 
Shell :: choco list local packages 
Shell :: youtube to mp4 linux 
Shell :: tar bash 
Shell :: gitlab set ssh key 
Shell :: touch command not working in vs code 
Shell :: how to move unstaged changes to different branch 
Shell :: git remote set-url username password 
Shell :: linux get host ip local 
Shell :: clear bash command history 
Shell :: install pylatex no dependency 
Shell :: install openssh server linux 
Shell :: bash print hostname 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =