From 2a6a902386652d4d7b1ff48fb3f75dcda975f2dd Mon Sep 17 00:00:00 2001 From: JunzhouLiu Date: Tue, 15 Dec 2020 13:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=B9=E5=99=A8=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E9=99=90=E9=A2=9D=E6=8F=90=E7=A4=BA=EF=BC=8C=E8=BF=87?= =?UTF-8?q?=E5=B0=91=E4=BC=9A=E5=AF=BC=E8=87=B4=E4=BB=BB=E5=8A=A1=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/example/custom-append.yml | 1 + docker/example/custom-overwrite.yml | 1 + docker/example/default.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/docker/example/custom-append.yml b/docker/example/custom-append.yml index 492d501d..98ada21f 100644 --- a/docker/example/custom-append.yml +++ b/docker/example/custom-append.yml @@ -1,6 +1,7 @@ jd_scripts: image: akyakya/jd_scripts # 配置服务器资源约束。此例子中服务被限制为使用内存不超过200M以及cpu不超过0.2(单核的20%) + # 经过实际测试,建议不低于200M # deploy: # resources: # limits: diff --git a/docker/example/custom-overwrite.yml b/docker/example/custom-overwrite.yml index 3ffc7a6f..5c77199a 100644 --- a/docker/example/custom-overwrite.yml +++ b/docker/example/custom-overwrite.yml @@ -1,6 +1,7 @@ jd_scripts: image: akyakya/jd_scripts # 配置服务器资源约束。此例子中服务被限制为使用内存不超过200M以及cpu不超过0.2(单核的20%) + # 经过实际测试,建议不低于200M # deploy: # resources: # limits: diff --git a/docker/example/default.yml b/docker/example/default.yml index e9782a3d..d6cdfe8d 100644 --- a/docker/example/default.yml +++ b/docker/example/default.yml @@ -1,6 +1,7 @@ jd_scripts: image: akyakya/jd_scripts # 配置服务器资源约束。此例子中服务被限制为使用内存不超过200M以及cpu不超过0.2(单核的20%) + # 经过实际测试,建议不低于200M # deploy: # resources: # limits: