mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
remove some runtime args for Java8
This commit is contained in:
parent
116377dc70
commit
d669a5d876
@ -31,8 +31,8 @@ languages = {
|
||||
"compile_max_cpu_time": 3000,
|
||||
"compile_max_memory": -1,
|
||||
"compile_command": "/usr/bin/javac {src_path} -d {exe_path} -encoding UTF8",
|
||||
"execute_command": "/usr/bin/java -cp {exe_path} -Xss1M -XX:MaxPermSize=16M "
|
||||
"-XX:PermSize=8M -Xms16M -Xmx{max_memory} -Djava.security.manager "
|
||||
"execute_command": "/usr/bin/java -cp {exe_path} -Xss1M "
|
||||
"-Xms16M -Xmx{max_memory} -Djava.security.manager "
|
||||
"-Djava.security.policy==policy -Djava.awt.headless=true Main",
|
||||
"use_sandbox": False
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user