I have several integration servers which are running on unix box. These servers pick data from a websphere queue and process them. One of the server is automatically going down giving java.lang.OutOfMemoryError:
GC overhead limit exceeded.
I want to increase the JVM parameter for this particular server on uinx.
How can i do that? Is there any command to do so? Thanks a ton in advance.
If you check the startIntegrationServer.sh you can see the integration servers start with below arguments:
So you can pass
MinheapMaxheapMaxpermsixelike below in startIntegrationServer.sh and start the servers: