Monday, October 07, 2013

Client Java applications performance

When it comes to a Java client application you better use the "-client" flag and the correct garbage collector. Failure to do so will result in slower responses and more memory consumption:
-client -XX:+UseSerialGC
Those running processes like Talend Java based ETLs encapsulated in a shell script should use the above flags for example.

No comments:

Followers