Skip to content

Instantly share code, notes, and snippets.

@jmurphyau
Last active June 26, 2018 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmurphyau/3e9f0a80679b5818db2062ed7035b758 to your computer and use it in GitHub Desktop.
Save jmurphyau/3e9f0a80679b5818db2062ed7035b758 to your computer and use it in GitHub Desktop.
genesys-mcp-and-rm-tuning

Genesys MCP and RM Tuning

Add vm.swappiness = 10 to /etc/sysctl.conf

The recommendation is:

  • Use enough physical memory.
  • Disable the swap or make the swapping rare.

The default value is 60. Reducing the value means Linux uses the swap less.

source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment