diff --git a/scripts/systemd/gogs.service b/scripts/systemd/gogs.service index 95567eaa9..53b79979e 100644 --- a/scripts/systemd/gogs.service +++ b/scripts/systemd/gogs.service @@ -8,6 +8,8 @@ After=network.target #After=redis.service [Service] +LimitMEMLOCK=infinity +LimitNOFILE=65535 Type=simple User=git Group=git