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 ```