From 57da514ceb95e44075eca2ba28b4d793131f3bdc Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sat, 10 Mar 2018 10:31:40 +0100 Subject: [PATCH] limits update --- Exercise-Configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Exercise-Configuration.md b/Exercise-Configuration.md index c6f1c13..f8c60ef 100644 --- a/Exercise-Configuration.md +++ b/Exercise-Configuration.md @@ -312,12 +312,14 @@ Example: ## Limits +Limits are applied to whole test, that means if there are multiple execution tasks, all are going to have these same limits. Limits has to be specified in a way it contains at least one time limit and also memory limit. + Mandatory items are bold, optional italic, description of items follows: * **${test identification}** - identifier of test from database * _wall-time_ - elapsed real-time in seconds, defined as float * _cpu-time_ - elapsed cpu-time in seconds, defined as float - * _memory_ - maximal memory usage in kilobytes + * **memory** - maximal memory usage in kilobytes * _parallel_ - maximal number of threads/processes used Example: