Updated Assignments overview (markdown)

master
Martin Polanka 9 years ago
parent db9fd23c92
commit 3a0f4365a3

@ -101,10 +101,8 @@ tasks:
stack-size: 50000 # KB stack-size: 50000 # KB
memory: 50000 # in KB memory: 50000 # in KB
parallel: false # time and memory limits are merged from all potential processes/threads parallel: false # time and memory limits are merged from all potential processes/threads
disk-usage: 5 # MB disk-blocks: 50
directory-bindings: # describes which folders will be visible inside sandbox disk-inodes: 5
- "/tmp/prepared": "/box"
- "/tmp/skeleton": "/"
environ-variable: environ-variable:
ISOLATE_BOX: "/box" ISOLATE_BOX: "/box"
ISOLATE_TMP: "/tmp" ISOLATE_TMP: "/tmp"
@ -114,7 +112,8 @@ tasks:
extra-time: 3 # seconds extra-time: 3 # seconds
memory: 60000 # in KB memory: 60000 # in KB
parallel: false # time and memory limits are merged from all potential processes/threads parallel: false # time and memory limits are merged from all potential processes/threads
disk-usage: 50 # MB disk-blocks: 50
disk-inodes: 5
directory-bindings: # describes which folders will be visible inside sandbox directory-bindings: # describes which folders will be visible inside sandbox
- "/tmp/prepared_home": "/home/" - "/tmp/prepared_home": "/home/"
... ...

Loading…
Cancel
Save