From b536d7a01a029f16a2ed3389c584a39f01268be2 Mon Sep 17 00:00:00 2001 From: gazebo Date: Sat, 22 Jun 2019 17:25:08 +0800 Subject: [PATCH] =?UTF-8?q?-=20service=E6=9C=8D=E5=8A=A1=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=8A=A0=E5=A4=A7=E6=89=93=E5=BC=80=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=95=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/jx-callback.service | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/jx-callback.service b/deploy/jx-callback.service index 2a9415345..611ba39b7 100644 --- a/deploy/jx-callback.service +++ b/deploy/jx-callback.service @@ -5,6 +5,10 @@ After=network.target After=mysql.service [Service] +LimitCORE=infinity +LimitNOFILE=100000 +LimitNPROC=100000 + Environment="GOPATH=/home/ubuntu/go/" Type=simple User=ubuntu