Problem with object heap using Hudson and Grails plugin [message #884516] |
Mon, 11 June 2012 04:28  |
Eclipse User |
|
|
|
Hello!
I have two Hudson jobs. Both are Grails jobs / projects and only compile and run unit tests. When I had only one job, everything was fine. I'm using:
- Linux (CentOS/debian)
- jdk1.7.0_04
- Hudson 2.2.1
- Grails 2.0.3
- 4gb memory
I'm running Hudson with embedded Winstone servlet container with command:
java -Xmx1024m -XX:MaxPermSize=512m -jar hudson.war --httpPort=8081 --ajp13Port=-1 and when building a project, always getting:
Error occurred during initialization of VM
Could not reserve enough space for object heap
So what could be wrong with my JVM memory configuration?
|
|
|
|
Powered by
FUDForum. Page generated in 0.50986 seconds