From 8ae6612256cce8fe4583729945e7599d5c21f620 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Fri, 18 Dec 2015 22:22:59 +0100 Subject: [PATCH] Updated Assignments overview (markdown) --- Assignments-overview.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Assignments-overview.md b/Assignments-overview.md index 0106248..9f470f5 100644 --- a/Assignments-overview.md +++ b/Assignments-overview.md @@ -106,16 +106,11 @@ tasks: time: 6 # seconds wall-time: 7 # seconds extra-time: 3 # seconds - stack-size: 60000 # KB memory: 60000 # in KB parallel: false # time and memory limits are merged from all potential processes/threads disk-usage: 50 # MB directory-bindings: - - "/tmp/prepared": "/box" - - "/tmp/skeleton": "/" - environ-variable: - ISOLATE_BOX: "/box" - ISOLATE_TMP: "/tmp" + - "/tmp/prepared_home": "/home/" ... ```