-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
It would be nice if Hudson would allow configuring the memory of the slave
process itself. The slave process does the svn checkout, and this is running
out of memory for us, for large repositories (which is possibly a problem in its
own right - a svn checkout should not need to hold onto so much memory!)
Ideally it would be good if this could be somewhere near the slave
configuration, but it seems to me that it would need to be the same value for
all slaves.
Initially the workaround for this issue is to put max-heap-size="200M" oni each
<j2se> element in slave-agent.jnlp.jelly
Marking as a defect as the net result is that we are unable to build using the
slaves.