remove some runtime args for Java8

This commit is contained in:
李扬 2017-07-08 23:33:59 +08:00 committed by GitHub
parent 116377dc70
commit d669a5d876

View File

@ -31,8 +31,8 @@ languages = {
"compile_max_cpu_time": 3000, "compile_max_cpu_time": 3000,
"compile_max_memory": -1, "compile_max_memory": -1,
"compile_command": "/usr/bin/javac {src_path} -d {exe_path} -encoding UTF8", "compile_command": "/usr/bin/javac {src_path} -d {exe_path} -encoding UTF8",
"execute_command": "/usr/bin/java -cp {exe_path} -Xss1M -XX:MaxPermSize=16M " "execute_command": "/usr/bin/java -cp {exe_path} -Xss1M "
"-XX:PermSize=8M -Xms16M -Xmx{max_memory} -Djava.security.manager " "-Xms16M -Xmx{max_memory} -Djava.security.manager "
"-Djava.security.policy==policy -Djava.awt.headless=true Main", "-Djava.security.policy==policy -Djava.awt.headless=true Main",
"use_sandbox": False "use_sandbox": False
} }