Skip to main content



      Home
Home » Archived » Hudson » Problem with object heap using Hudson and Grails plugin
Problem with object heap using Hudson and Grails plugin [message #884516] Mon, 11 June 2012 04:28 Go to next message
Eclipse UserFriend
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?





Re: Problem with object heap using Hudson and Grails plugin [message #884910 is a reply to message #884516] Tue, 12 June 2012 00:38 Go to previous message
Eclipse UserFriend
Hudson is not compatible with jdk 1.7 yet. We just switch to jdk 1.6 compatability recently. I ran the command in my ubuntu machine with no issues and I am using jdk 1.6.0_24.
Previous Topic:Starting Build via WS?
Next Topic:Hudson build failure
Goto Forum:
  


Current Time: Wed Jul 23 02:30:51 EDT 2025

Powered by FUDForum. Page generated in 0.50986 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top