Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 08:28 Go to next message
Pasi-Markus Mäkelä is currently offline Pasi-Markus MäkeläFriend
Messages: 1
Registered: June 2012
Junior Member
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 04:38 Go to previous message
Steve Christou is currently offline Steve ChristouFriend
Messages: 125
Registered: June 2012
Location: Milwaukee, Wisconsin
Senior Member

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.

/**
 * @author Steven Christou
 * @dev    Hudson-ci
 */
Previous Topic:Starting Build via WS?
Next Topic:Hudson build failure
Goto Forum:
  


Current Time: Fri Apr 26 02:43:55 GMT 2024

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

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

Back to the top