Fix wrong info
This commit is contained in:
parent
5fc251d247
commit
990143864e
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ The container is locked down, so there is no networking, limited memory and CPU
|
||||||
- `codePrefix` - The prefix for code evaluation.
|
- `codePrefix` - The prefix for code evaluation.
|
||||||
- `languages` Languages to use.
|
- `languages` Languages to use.
|
||||||
The language names here are different from the user-facing ones.
|
The language names here are different from the user-facing ones.
|
||||||
Check the folders in `docker/` for the language names.
|
Check the filenames in `src/languages/` for the language names.
|
||||||
Change to `null` to enable all languages.
|
Change to `null` to enable all languages.
|
||||||
- `memory` Max memory usage of a container.
|
- `memory` Max memory usage of a container.
|
||||||
- `cpu` Max CPU usage of a container.
|
- `cpu` Max CPU usage of a container.
|
||||||
|
|
Loading…
Reference in a new issue