Overview
The customer is reporting that their hosted Exinda SDP (Service Delivery Point) memory utilization is unusually high.
Root Cause
The Java processes running the primary SDP services has the highest memory utilization.
Resolution
High memory utilization is expected for SDP because its Java processes are running the primary service. If the server starts being slow, we can refresh and restart the processes until it levels off.
- Verify that the SDP service is the one utilizing the highest memory using the commands
free
,top
, andps
.
-
[ root@ SDP ~ ] # top
-
[ root@ SDP ~ ] # free
-
[ root@ SDP ~ ] # ps aux| grep java
-
- Stop and start the SDP service using the following commands:
- Stop SDP service:
[root@ SDP ~ ] # /opt/glassfish/bin/asadmin stop-domain domain1
- Start SDP Service:
[root@ SDP ~ ] # /opt/glassfish/bin/asadmin start-domain domain1
- Stop SDP service:
Priyanka Bhotika
Comments