Update JOJ3 Configuration For TAs

manuel 2024-10-18 14:34:26 +08:00
parent 161adcd4d2
commit fa91868d47

@ -105,7 +105,7 @@ the next table is defined.
- `files.export [array of string]`: list of generated files to export to ensure future commands run as expected (eg.
binaries needed for online-judge stages)
- `name [string]`: stage name to display (default: `stagename`)
- `parsers [array of string]`: list of parsers to run on the output of `command`
- `parsers [array of string]`: list of parsers to run on the output of `command` (default: `[ "result-status" ]`)
- `limit.cpu [int]`: maximum running time for the stage in sec (default: `4`)
- `limit.mem [int]`: maximum amount of RAM allowed for the stage in MB (default: `4`)
- `limit.stdout [int]`: default `stdout` size applicable to the stage in kB (default: `4`)