uCosminexus Service Platform, Setup and Operation Guide
It is recommended that you suppress FullGC occurrence when you execute various stop commands and the start command of the business process and the service adapter.
When you replace HCSC components by stopping online, you can suppress the frequency of FullGC occurrence by specifying the -nogc option in each operating command as shown in the following procedure example:
cscrcptnstop -csc <HCSC server name> -nogc
csccompostop -csc <HCSC server name> -name <serviceID> -nogc
csccompoundeploy -csc <HCSC server name> -name <serviceID> -nogc
cscrepctl -import <repositoryZIP>
csccompodeploy -csc <HCSC server name> -all
csccompostart -csc <HCSC server name> -all -nogc
cscrcptnstart -csc <HCSC server name> -nogc
javagc -p <process ID of J2EE server>
Because FullGC occurrence is suppressed in steps 1.~3., steps 6.~7., FullGC occurs only once in step 8. within the entire procedure in this example.
All Rights Reserved. Copyright (C) 2015, Hitachi, Ltd.