Horje
centos 6 vm.min_free_kbytes Code Example
centos 6 vm.min_free_kbytes
# clear page cache (above type 2 and 3)
$ echo 1 > /proc/sys/vm/drop_caches

# clear slab cache (above type 4)
$ echo 2 > /proc/sys/vm/drop_caches

# clear page and slab cache (types 2,3,4)
$ echo 3 > /proc/sys/vm/drop_caches




Shell

Related
react routing not working in production Code Example react routing not working in production Code Example
install nixos mac m1 Code Example install nixos mac m1 Code Example
docker container logs host path Code Example docker container logs host path Code Example
install spyder3.3.2 Code Example install spyder3.3.2 Code Example
how to make bash script must be ran in sudo Code Example how to make bash script must be ran in sudo Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8