Hi, I fixed hostname But different problem :
Problem: A - A Submitted: 07:26 Language: Java Result: compiler-error
Compilation output
Compiling failed with exitcode 134, compiler output: Aborted (core dumped)
Compilation failed.
Lec. Huỳnh Anh Dũng ACM/ICPC SUPERVISOR FPT UNIVERSITY. http://www.fpt.edu.vn
-----Original Message----- From: Tobias Werth [mailto:tobias.werth@fau.de] Sent: Thursday, April 28, 2016 12:24 AM To: Huynh Anh Dung dungha@fpt.edu.vn; 'Jesús Alberto Domínguez Alfonso' jesusalbertodominguez1983@gmail.com; DOMjudge-devel@domjudge.org Subject: Re: Questions
Hi,
On 04/27/16 17:27, Huynh Anh Dung wrote:
define('USE_CHROOT', true); and how to disable to run java file as you recommend
to disable the chroot, you set this value to false. Note that disabling the chroot is strongly discouraged since it reduces security.
I have problem about JAVA please help how to fix this problem.
I assume that you do not use cgroups (using cgroups is also strongly recommended). Then you have to increase the memory limit by a huge margin.
See https://www.domjudge.org/docs/admin-manual-8.html#ss8.3 for details.
Tobi