Java Bean java.lang.OutOfMemoryError
We are getting "java.lang.OutOfMemoryError: Java heap space" on a Java Bean on certain cases when we deal with very large data objects.
Can be resolved by addind -Xmx1024m on each clients machine java properties
Is there another way to fix this or avoid adding the parameter to each pc.
We have already tested our java code for memory leaks and is ok.