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 ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • 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 ...
                      • 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 ) - ...
                      • How to address Performance issue ?

                        Application will face the performance issue because of couple of reasons. 1. System requirements are not met: Refer this link to ensure the specifications are met as per the standards. 2. Application architecture should be 64-bit for better ...
                      • Increase/decrease Log Count

                        It is possible to increase/decrease the log files count, however increasing the files will have an impact on the performance of the application. Also it is not recommended to increase the count more than 30. The serverout count can be decreased in ...
                      • Linux to Windows server migration

                        The following instructions will help you migrate the ServiceDesk Plus MSP from Windows to Linux Server 1. Goto the installation folder. [The default installation folder is Drive:/AdventNet/ME/ServiceDesk/. The installation folder will now be referred ...