Closed GoogleCodeExporter closed 8 years ago
和 issue 18 一样。
Original comment by xiaos...@gmail.com
on 29 Oct 2010 at 11:51
try to remove the -Xmx256M in judge_client.cc:624
sudo pkill judged
and run core/make.sh with root
And
sudo judged /home/judge debug
Rejudge again
Original comment by newsc...@gmail.com
on 29 Oct 2010 at 1:40
or just try add a new line in judge.conf
OJ_JAVA_XMX=-Xmx512M
Do not forget to add an empty new line at end of the file ,that is request for
unix text file
Original comment by newsc...@gmail.com
on 29 Oct 2010 at 2:07
remove the -Xmx256M:会出现 Could not create the Java virtual machine.
OJ_JAVA_XMX=-Xmx512M:和原来的错误一样。
Original comment by xiaos...@gmail.com
on 29 Oct 2010 at 11:38
try r488
Original comment by newsc...@gmail.com
on 31 Oct 2010 at 9:16
still runtime error!
Original comment by xiaos...@gmail.com
on 31 Oct 2010 at 11:25
内存的问题?issue 18和我的内存都是2G!
Original comment by xiaos...@gmail.com
on 31 Oct 2010 at 11:37
确实是内存太大的问题 :P
因为我没有那么大内存,所以无法再现这个问题,调试只能��
�猜。
刚又改了,r489
注意 judge.conf中去掉OJ_JAVA_XMX
并且修改
OJ_JAVA_TIME_BONUS=20
OJ_JAVA_MEMORY_BONUS=512
编译后要复制judged到/usr/bin下,或使用core/make.sh
Original comment by newsc...@gmail.com
on 1 Nov 2010 at 12:01
runtime error
Original comment by xiaos...@gmail.com
on 1 Nov 2010 at 1:02
what in client.log
Original comment by newsc...@gmail.com
on 1 Nov 2010 at 2:28
fixed on r490
Original comment by newsc...@gmail.com
on 1 Nov 2010 at 5:57
Original issue reported on code.google.com by
xiaos...@gmail.com
on 29 Oct 2010 at 6:21