Steps for Performance Tuning

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 privilege 
For 64 bit OS (machine), we can configure maximum memory depends on your RAM size, For 16 GB RAM you can give 5024m as maximum memory.
but if it is 32 bit OS (machine)we can only set a maximum memory of 1024.
 Now search for the below line in the wrapper.conf file 
 wrapper.java.maxmemory=
 and set the value as per your RAM size.
So for example : 64 bit machine with 16GB RAM as follows :
wrapper.java.maxmemory=5024
4. Save the file and close.
5. Start the application

For version 11 and above: 

1. Shut down the application.
2. Navigate into \SupportCenter\conf 
3. Edit the file -> wrapper. Conf with administrator privilege 
For 64 bit OS (machine), we can configure maximum memory depends on your RAM size, For 16 GB RAM you can give 5024m as maximum memory.
Now search for the below line in the wrapper.conf file 
 wrapper.java.maxmemory=
 and set the value as per your RAM size.
So for example : 64 bit machine with 16GB RAM as follows :
wrapper.java.maxmemory=5024
4. Save the file and close.
5. Start the application

                  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 ...
                    • Basic Performance Issues RCA On Postgres DB Cx

                      Whenever cx faces slowness in PG SQL Setup, below are the first step of actions to check and proceed based on our previous performance tickets. 1. Antivirus are main cause of slowness, high CPU, and memory consumption of PGSQL in many cx tickets. ...
                    • How to enable Performance monitoring tool ?

                      To analyze Performance issues, logs and tuning alone won't be sufficient. Hence, we need to follow a few steps to enable the Performance Monitoring tool, which will monitor the application's performance and automatically collects the data when the ...
                    • 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 ...
                    • Performance Debug

                      For Performance/slowness issues instead of taking Threaddump manually or instead of invoking PerformanceTool make use of the below URL when the issue occurs, http://servername:portnumber/servlet/PerformanceDebug The above URL works even when the ...