From 3a0f4365a38adfccc5fc01d4425118311af7d904 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 31 Dec 2015 17:08:19 +0100 Subject: [PATCH] Updated Assignments overview (markdown) --- Assignments-overview.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Assignments-overview.md b/Assignments-overview.md index 0ab1a26..818d388 100644 --- a/Assignments-overview.md +++ b/Assignments-overview.md @@ -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/" ...