Step 6: Allocating Additional Memory to Tomcat

Jamf Pro Installation and Configuration Guide for Linux 11.16.0

Solution
Application
Content Type
Technical Documentation
Utilities & Services
version
11.16.0
ft:locale
en-US
vrm_version
11.16.0

Note:

To accommodate a large number of computers in Jamf Pro, it may be necessary to allocate additional Java Virtual Machine (JVM) memory to Tomcat. If there are other services running on your server, make sure to leave enough memory to accommodate them when configuring the --max-memory setting with Jamf Pro Server Tools.

  1. Open Terminal
  2. Set the minimum Tomcat memory by executing the following command:
    jamf-pro server config set --min-memory 256M
  3. Set the maximum Tomcat memory by executing the following command:
    jamf-pro server config set --max-memory 512M