From 1e6aabbdcb18c6a69bacce0d8c5c8d62a388995a Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 2 Oct 2024 16:27:34 +0800 Subject: [PATCH] Update JOJ3 Configuration Schema --- JOJ3-Configuration-Schema.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/JOJ3-Configuration-Schema.md b/JOJ3-Configuration-Schema.md index 800693e..92cc588 100644 --- a/JOJ3-Configuration-Schema.md +++ b/JOJ3-Configuration-Schema.md @@ -48,7 +48,6 @@ weights = [ 10, 20, 15] score = 10 limit.cpu = 10000000000 limit.mem = 536870912 -limit.proc = 50 [[test-cases]] name = "case4" @@ -59,6 +58,5 @@ limit.mem = 53687091 [[test-cases]] name = "case10" score = 30 -limit.proc = 25 - +limit.mem = 53687091 ```