Skip to main content
deleted 10 characters in body
Source Link
Michael Mrozek
  • 95.8k
  • 40
  • 245
  • 236

First enter this command, to check your current setting:

sysctl vm.min_free_kbytes

To change the set value: First enter this command, to check your current setting:

sudo nano /etc/sysctl.conf

sysctl vm.min_free_kbytes 

Look for this line: To change the set value, edit /etc/sysctl.conf. Look for the line:

vm.min_free_kbytes=12888

vm.min_free_kbytes=12888 

If it doesn't exist, create it (along with your desired value).

The following values are acceptable The following values are acceptable:

8192 12288 16384 20480

8192 12288 16384 20480 

8M is extremely conservative andconservative; it can sit at 16M comfortably.

  Once you change the value, run this and no reboot is needed.:

sudo sysctl -p

sudo sysctl -p 

First enter this command, to check your current setting:

sysctl vm.min_free_kbytes

To change the set value:

sudo nano /etc/sysctl.conf

Look for this line:

vm.min_free_kbytes=12888

If it doesn't exist, create it (along with your desired value).

The following values are acceptable

8192 12288 16384 20480

8M is extremely conservative and can sit at 16M comfortably.

  Once you change the value, run this and no reboot is needed.

sudo sysctl -p

First enter this command, to check your current setting:

sysctl vm.min_free_kbytes 

To change the set value, edit /etc/sysctl.conf. Look for the line:

vm.min_free_kbytes=12888 

If it doesn't exist, create it (along with your desired value). The following values are acceptable:

8192 12288 16384 20480 

8M is extremely conservative; it can sit at 16M comfortably. Once you change the value, run this and no reboot is needed:

sudo sysctl -p 
Rollback to Revision 1
Source Link
Renan
  • 17.4k
  • 8
  • 76
  • 92
 ******************************************************************* 

First enter this command, to check your current setting:

sysctl vm.min_free_kbytes

To change the set value:

sudo nano /etc/sysctl.conf

Look for this line:

vm.min_free_kbytes=12888

If it doesn't exist, create it (along with your desired value).

The following values are acceptable

8192 12288 16384 20480

8M is extremely conservative and can sit at 16M comfortably.

Once you change the value, run this and no reboot is needed.

sudo sysctl -p

 ******************************************************************* 

First enter this command, to check your current setting:

sysctl vm.min_free_kbytes

To change the set value:

sudo nano /etc/sysctl.conf

Look for this line:

vm.min_free_kbytes=12888

If it doesn't exist, create it (along with your desired value).

The following values are acceptable

8192 12288 16384 20480

8M is extremely conservative and can sit at 16M comfortably.

Once you change the value, run this and no reboot is needed.

sudo sysctl -p

deleted 8 characters in body
Source Link
user31056
user31056

First enter this command, to check your current setting:

sysctl vm.min_free_kbytes

To change the set value:

sudo nano /etc/sysctl.conf

Look for this line:

vm.min_free_kbytes=12888

If it doesn't exist, create it (along with your desired value).

The following values are acceptable

8192 12288 16384 20480

8M is extremely conservative and can sit at 16M comfortably.

Once you change the value, run this and no reboot is needed.

sudo sysctl -p

 ******************************************************************* 

First enter this command, to check your current setting:

sysctl vm.min_free_kbytes

To change the set value:

sudo nano /etc/sysctl.conf

Look for this line:

vm.min_free_kbytes=12888

If it doesn't exist, create it (along with your desired value).

The following values are acceptable

8192 12288 16384 20480

8M is extremely conservative and can sit at 16M comfortably.

Once you change the value, run this and no reboot is needed.

sudo sysctl -p

 ******************************************************************* 
Source Link
user31056
user31056
Loading