From a7973090ff467330a50d3e944e3c2f77ad8efe1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=89=AC?= Date: Tue, 15 Nov 2016 14:04:00 +0800 Subject: [PATCH] remove cpu_quota the max cpu_quota is not 100000 under some system, so remove it temporarily --- docker-compose.example.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 1e20ec6..571f011 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -2,7 +2,6 @@ version: "2" services: judge_server: image: qduoj/judge_server - cpu_quota: 90000 read_only: true cap_drop: - SETPCAP @@ -24,4 +23,4 @@ services: - service_discovery_url=https://virusdefender.net/service.php - service_url=http://1.2.3.4:12358 ports: - - "0.0.0.0:12358:8080" \ No newline at end of file + - "0.0.0.0:12358:8080"