Summary
Performance issue may occur in a large scale environment.
Question
Performance Dashboard graphing may take some time if there is a huge data in SiteScope (SiteScope daily logs)
Answer
It is recommended to increase the heap memory assigned to SiteScope.
On Windows
Perform the following steps to increase the heap memory assigned to SiteScope :
- Traverse to the following location to access registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SiteScope\serviceParam
- Double-click on the key, which is present on the right side of the Registry Editor window.
- Update the default value:
Default value:-Xmx512m -Xms512m
If you have 8GB of RAM on the SiteScope machine, you can assign 50% of the total memory toXmx
and half of its value toXms
. For example, update the value as below:-Xmx4096m -Xms2048m
- Alternatively, when you run SiteScope as a process, make the above change in the
go.bat
file available in the following location:<SiteScope>\bin\go.bat
- Restart SiteScope after making the change.
On Linux
- Traverse to the following location:
/opt/HP/SiteScope/bin/start-monitor
- Update the default value in the file
start-monitor
Default value:-Xmx512m -Xms512m
If you have 8GB of RAM on the SiteScope machine, you can assign 50% of the total memory toXmx
and half of its value toXms
. For example, update the value as below:-Xmx4096m -Xms2048m
- Alternatively, when you run SiteScope as a process, make the above change in the
go.sh
file available in the following location:/opt/HP/SiteScope/bin/go.sh
- Restart SiteScope after making the change.