 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
joseleg
Joined: 05 Mar 2015 Posts: 3 Country: Honduras |
|
Error OUT IN MEMORY in some jobs |
|
I get this error:
 |
 |
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: PermGen space |
I increase the permgen space in the 24x7.sh file:
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: PermGen space
 |
 |
$JAVA_HOME/bin/java -Xms256m -Xmx1024m -XX:PermSize=1024m -XX:MaxPermSize=2048m -Xverify:none -jar jscheduler.jar |
the rror was triggered in several jobs. This jobs are light (performance) only extract some from a FTP server and execute a stored procedure.
Is correct the way I am specifying the memory for the JVM??
Any advice
Thanks in advance
|
|
Sat Mar 07, 2015 1:27 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Your changes should be fine.
AWT-EventQueue-0 - indicates an issue with the default event queue. Are you running the scheduler in graphical mode? If yes, it's recommended not to run it in that mode in production environments. This mode is designed for development and troubleshooting only. In graphical mode a lot more stuff happens asynchronously and concurently thus requiring more resources in order to update the GUI. In normal mode, none of that takes place.
|
|
Mon Mar 09, 2015 12:12 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|