Memory allocation problem for java in tomcat
Hello,
We start tomcat with JAVA_OPTS="-Xms8000M -Xmx9800M" parameter, and our application can use memort only the half of initial memory allocation which is 8000M. I can't go higher values and we receives java.long.outOfMemory error.
anyone can help me about this problem.
thnaks in advance.

