DMS: Error:java.lang.OutOfMemoryError: PermGen space
edited Jan 13, 2014 1:24AM in Gateways, Oracle Lite, Oracle DB Mob. Server, TimesTen (MOSC) 3 commentsAnswered ✓
Hello;
Olite Version: 10.3.0.2
Error:java.lang.OutOfMemoryError: PermGen space
In the past when the error java.lang.OutOfMemoryError occurred we adjusted settings in the webtogo.ora.
Note: 342547.1)
Configure the Mobile Server for more Java memory.
8. Open the file $ORACLE_HOME/mobile/server/bin/webtogo.ora
9. In the [WEBTOGO] Section, add the line;
JAVA_OPTION=-Xms1024m -Xmx1024m
9. In the [CONSOLIDATOR] Section, add the line;
JAVA_OPTION=-Xms512m -Xmx512m
Question:
1. Can we set the memory with a setting like:
export JVM_ARGS="-XX:PermSize=64M -XX:MaxPermSize=256m"
Ref:http://javarevisited.blogspot.com/2011/09/javalangoutofmemoryerror-permgen-space.html
How to solve java.lang.OutOfMemoryError: PermGen space
Olite Version: 10.3.0.2
Error:java.lang.OutOfMemoryError: PermGen space
In the past when the error java.lang.OutOfMemoryError occurred we adjusted settings in the webtogo.ora.
Note: 342547.1)
Configure the Mobile Server for more Java memory.
8. Open the file $ORACLE_HOME/mobile/server/bin/webtogo.ora
9. In the [WEBTOGO] Section, add the line;
JAVA_OPTION=-Xms1024m -Xmx1024m
9. In the [CONSOLIDATOR] Section, add the line;
JAVA_OPTION=-Xms512m -Xmx512m
Question:
1. Can we set the memory with a setting like:
export JVM_ARGS="-XX:PermSize=64M -XX:MaxPermSize=256m"
Ref:http://javarevisited.blogspot.com/2011/09/javalangoutofmemoryerror-permgen-space.html
How to solve java.lang.OutOfMemoryError: PermGen space
0