Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joram77/9ece10f3816d268b553585bf7bfeef94 to your computer and use it in GitHub Desktop.
Save joram77/9ece10f3816d268b553585bf7bfeef94 to your computer and use it in GitHub Desktop.
Tomcat windows service change java XmX Xms params via registry keys

registry key

HKLM\Software\Wow6432Node\Apache Software Foundation\Tomcat8\Parameters\Java

Values

JvmMs eg. 512
JvmMx eg. 4096

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