|
|
@ -31,9 +31,9 @@ file-manager:
|
|
|
|
username: "654321" # can be ignored in specific modules
|
|
|
|
username: "654321" # can be ignored in specific modules
|
|
|
|
password: "123456" # can be ignored in specific modules
|
|
|
|
password: "123456" # can be ignored in specific modules
|
|
|
|
cache: # only in case that there is cache module
|
|
|
|
cache: # only in case that there is cache module
|
|
|
|
cache-dir: "/tmp/cache"
|
|
|
|
cache-dir: "/tmp/isoeval/cache"
|
|
|
|
logger:
|
|
|
|
logger:
|
|
|
|
file: "/var/log/worker" # w/o suffix - actual names will be worker.log, worker.1.log, ...
|
|
|
|
file: "/tmp/isoeval/log/worker" # w/o suffix - actual names will be worker.log, worker.1.log, ...
|
|
|
|
level: "debug" # level of logging - one of "debug", "info", "notice", "warn", "err", "critical", "alert", "emerg", "off"
|
|
|
|
level: "debug" # level of logging - one of "debug", "info", "notice", "warn", "err", "critical", "alert", "emerg", "off"
|
|
|
|
max-size: 1048576 # 1 MB; max size of file before log rotation
|
|
|
|
max-size: 1048576 # 1 MB; max size of file before log rotation
|
|
|
|
rotations: 3 # number of rotations kept
|
|
|
|
rotations: 3 # number of rotations kept
|
|
|
@ -47,7 +47,7 @@ limits:
|
|
|
|
disk-blocks: 50
|
|
|
|
disk-blocks: 50
|
|
|
|
disk-inodes: 5
|
|
|
|
disk-inodes: 5
|
|
|
|
bound-directories:
|
|
|
|
bound-directories:
|
|
|
|
/tmp/isoeval/eval5: /eval
|
|
|
|
/tmp/isoeval/1: /eval
|
|
|
|
sandboxes-wrap-limits:
|
|
|
|
sandboxes-wrap-limits:
|
|
|
|
- name: "isolate"
|
|
|
|
- name: "isolate"
|
|
|
|
time: 10 # in seconds
|
|
|
|
time: 10 # in seconds
|
|
|
|