1 # Default configuration file for MO-Eval
3 # Compile the submit server
4 Set("CONFIG_SUBMIT" => 1);
6 # Build MO-P contest environment
7 Set("CONFIG_MOP" => 1);
9 # If you are running a 64-bit Linux kernel, you need to build a 64-bit
10 # sandbox and decide whether your userspace is 32- or 64-bit.
11 Set("CONFIG_BOX_KERNEL_AMD64" => 1);
12 #Set("CONFIG_BOX_USER_AMD64" => 1);
14 # Hard-coded configuration parameters of the process isolator
15 Set("CONFIG_ISOLATE_BOX_DIR", "/tmp/box");
16 Set("CONFIG_ISOLATE_BOX_UID", 60000);
17 Set("CONFIG_ISOLATE_BOX_GID", 60000);
20 UnSet("CONFIG_SHARED");
21 UnSet("CONFIG_UCW_THREADS");
22 UnSet("CONFIG_UCW_UTILS");
23 UnSet("CONFIG_UCW_UTILS");
25 Set("CONFIG_DIR", "cf");