mirror of
https://github.com/QingdaoU/oj-docs.git
synced 2024-12-28 23:41:43 +00:00
add refs
This commit is contained in:
parent
9349f3c602
commit
f390f29296
@ -124,7 +124,7 @@ cd tests && sudo python test.py
|
|||||||
|
|
||||||
- Linux x64 and kernel version > 3.17 required
|
- Linux x64 and kernel version > 3.17 required
|
||||||
- Judger security relies on Docker with default security config [More](https://github.com/QingdaoU/JudgeServer/blob/master/docker-compose.example.yml)
|
- Judger security relies on Docker with default security config [More](https://github.com/QingdaoU/JudgeServer/blob/master/docker-compose.example.yml)
|
||||||
- Tested under Ubuntu 14.04 docker container. System calls may vary due to different system and kernel versions
|
- Tested under Ubuntu docker container. System calls may vary due to different system and kernel versions
|
||||||
- Root user required to change uid / gid
|
- Root user required to change uid / gid
|
||||||
- Why use seccomp instead of ptrace? Ptrace can decrease process's performance significantly, for each system call, twice
|
- Why use seccomp instead of ptrace? Ptrace can decrease process's performance significantly, for each system call, twice
|
||||||
context switch between child process and parent process is needed.
|
context switch between child process and parent process is needed.
|
||||||
@ -132,7 +132,7 @@ cd tests && sudo python test.py
|
|||||||
|
|
||||||
## Known issues
|
## Known issues
|
||||||
|
|
||||||
- Parent process' memory usage will affect child process' memory usage data
|
- Parent process' memory usage will affect child process' memory usage data [ref1](http://marklux.cn/blog/73) [ref2](https://github.com/QingdaoU/Judger/blob/newnew/bindings/Python/_judger/__init__.py)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user