
For additional information on performance tuning, check out Der Flounder’s documentation. Thanks to JAMF Software and JAMF-Nation user, donmmontalvo, for listing the steps in the KB referenced in this article. You should see a graph showing how much memory Tomcat is using. Navigate to the JAMFPro server web app you just modified and check the Memory Usage under Settings->JSS Information->Memory Usage tab. Start Tomcat: sudo launchctl load / Library / LaunchDaemons / com. Stop Tomcat: sudo launchctl unload / Library / LaunchDaemons / com. I use them so often my wife says I mumble them in my sleep. If you don’t know these commands already, memorize them. Once you have quit and saved the plist, you need to convert it back to a binary using the following: sudo plutil - convert binary1 / Library / LaunchDaemons / com. Convert the tomcat plist back to a binary Locate the string that begins with -Xmx and modify the settings in increments of 1024.Ĥ. Or you can use an app like TextWrangler if you prefer a GUI. Use either vi or nano to edit the plist in terminal. In Terminal type the following: sudo plutil - convert xml1 / Library / LaunchDaemons / com. Convert the plist to an editable XML file You must be logged in with an administrator account. Open the Terminal app on the mac running Tomcat or connect to it via ssh from a remote computer. I have verified that these steps work with JAMFPro versions 8.3 through 9.98.

I encountered that recently and it caused major problems for my end users downloading apps from Self Service. The solution is to make the agent listen on a different port than the default.
MAC LAUNCHDAEMONS FOR GUI APP UPDATE
It is important to check memory allocation for the web app after each update as some releases will reset them back to default. (For Linux instructions click here.) These 6 steps have been compiled from documentation on JAMF-Nation. Normally you would use the database utility to change these settings, but in a clustered environment you manually change the plist. Increasing the memory can significantly improve performance. By default only 1Gb of memory is allocated to Tomcat.
MAC LAUNCHDAEMONS FOR GUI APP PRO
You may want to increase Tomcat memory for clustered Jamf Pro web apps.
