I'm having major performance issues during heavy load to the
system. I'm not getting out of memory but getting the famous
java.net.SocketException: Broken pipe
That is not a problem. That is a symptom of an application that is
too slow for the load it is under. Memory starvation can cause that,
as can about 10,000 other things.
These are my additional arguments in java monitor
maxHeapSize=100000
WO 4.5?
-WODirectConnectEnabled false
Here is what top reports. Any help would be greatly appreciated.
The >> and >>> is a symptom of an application that is _really_ too
slow for the load it is under. :-)
You have two choices:
1. Optimize your application
2. Run more instances and / or buy more hardware