Difference between revisions of "Talk:WeeksOnEnd"

From Robowiki
Jump to navigation Jump to search
(→‎OutOfMemory errors: anyone else?)
 
(→‎OutOfMemory errors: iterate in script?)
Line 2: Line 2:
  
 
Anyone else had issues with any of [[User:Simonton|Simonton]]'s bots lately? Last night, 3 of my 4 clients were hung with "java.lang.OutOfMemoryError: Java heap space" from [[WeeksOnEnd]] 1.10.4 battles, and I've had it happen with another of his bots recently, too ([[LifelongObsession]] maybe?). And, sadly, my 4th client hung with the same error from [[RougeDC]] willow. =( --[[User:Voidious|Voidious]] 13:03, 9 September 2009 (UTC)
 
Anyone else had issues with any of [[User:Simonton|Simonton]]'s bots lately? Last night, 3 of my 4 clients were hung with "java.lang.OutOfMemoryError: Java heap space" from [[WeeksOnEnd]] 1.10.4 battles, and I've had it happen with another of his bots recently, too ([[LifelongObsession]] maybe?). And, sadly, my 4th client hung with the same error from [[RougeDC]] willow. =( --[[User:Voidious|Voidious]] 13:03, 9 September 2009 (UTC)
 +
 +
I used to get those, but they stopped when I changed from iterating within roborumble (ie. ITERATE=YES in roborumble.txt) to iterating in a shell script instead (ie. <code>while sleep 1; do ./roborumble.sh; done</code>). I suspect Robocode still isn't releasing all the memory from bots. --[[User:Skilgannon|Skilgannon]] 13:10, 9 September 2009 (UTC)

Revision as of 15:10, 9 September 2009

OutOfMemory errors

Anyone else had issues with any of Simonton's bots lately? Last night, 3 of my 4 clients were hung with "java.lang.OutOfMemoryError: Java heap space" from WeeksOnEnd 1.10.4 battles, and I've had it happen with another of his bots recently, too (LifelongObsession maybe?). And, sadly, my 4th client hung with the same error from RougeDC willow. =( --Voidious 13:03, 9 September 2009 (UTC)

I used to get those, but they stopped when I changed from iterating within roborumble (ie. ITERATE=YES in roborumble.txt) to iterating in a shell script instead (ie. while sleep 1; do ./roborumble.sh; done). I suspect Robocode still isn't releasing all the memory from bots. --Skilgannon 13:10, 9 September 2009 (UTC)