Skip to content

Commit

Permalink
增加CPU占用限制
Browse files Browse the repository at this point in the history
  • Loading branch information
virusdefender committed Oct 2, 2016
1 parent 67420ef commit 3cbd7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
3 changes: 2 additions & 1 deletion docker-compose.example.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
judge_server:
image: judge_server
cpu_quota: 90000
volumes:
- /data/JudgeServer/test/test_case:/test_case
- /data/log:/log
- /data/JudgeServer:/code
- /data/JudgeServer:/code:ro
environment:
- judger_token=PLEASE_REPLACE_TO_SECRET_TOKEN
ports:
Expand Down
29 changes: 0 additions & 29 deletions sqli.py

This file was deleted.

0 comments on commit 3cbd7c4

Please sign in to comment.