Tuning the application in Linux Server

Tuning the application in Linux Server


1. Go to ManageEngine-10510_Postgres\ServiceDeskPlus-MSP\bin and edit run.sh

2. Increase the below entries based on the RAM

JAVA_OPTS="$JAVA_OPTS -Xms128m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m 

- For 32 bit, the maximum is 1 GB (1024)

JAVA_OPTS="$JAVA_OPTS -Xms512m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m 

- For 64 bit, you can set it based on the RAM size. For example, if the RAM is 8 GB and 4 GB is available, then you can set the minimum to 1 GB and the maximum to 3 GB. You can also increase the perm size as 256 to 512

JAVA_OPTS="$JAVA_OPTS -Xms1024m -Xmx3072m -XX:PermSize=256m -XX:MaxPermSize=512m 

                  New to ADSelfService Plus?

                    • Related Articles

                    • Steps for Performance Tuning

                      Supportcenter Plus performance can be improved by tuning the JAVA performance as said below : For version 8: 1. Shut down the application. 2. Navigate into \SupportCenter\server\default\conf 3. Edit the file -> wrapper.conf with administrator ...
                    • Java and PGSQL Tuning for better performance of the application

                      This article is common for ServiceDesk Plus MSP and Supportcenter Plus applications. Application performance is based on multiple factors. To gain better performance, we need to tune JAVA / PGSQL. For ticket inflow high environment and more users ...
                    • Run the Application as a Service in Linux server (tested on Cent OS 8)

                      This is for Version 11.0.  https://help.servicedeskplus.com/introduction/start-servicedeskplus-server.html$Linux
                    • Linux console commands

                      Linux console commands *. To Install from console mode : - Download bin - Execute the command to make the bin executable - chmod 755 ManageEngine_ServiceDeskPlus_MSP_64bit.bin ( Color of the bin will get changed to green I.e Executable mode ) - ...
                    • Steps to migrate ServiceDeskPlus – MSP from One Linux server to another Linux server.

                      Following are the steps to move ServiceDeskPlus – MSP from One Linux server to another Linux server. Steps to take data backup in Linux machine is given below, 1.Go to the installation folder. [The default installation folder is ...