Updated Assignments overview (markdown)

master
Martin Polanka 9 years ago
parent db9fd23c92
commit 3a0f4365a3

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

Loading…
Cancel
Save