omit limits for now

This commit is contained in:
AJ ONeal 2018-06-26 23:47:06 -06:00
parent c77f8b6f15
commit e8b3ae59c8
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ ExecReload=/bin/kill -USR1 $MAINPID
# Limit the number of file descriptors and processes; see `man systemd.exec` for more limit settings.
# Unmodified, this is not expected to use more than this.
LimitNOFILE=1048576
LimitNPROC=64
;LimitNOFILE=1048576 # no issues yet, but disabled just in case
;LimitNPROC=64 # doesn't work on some systems
# Use private /tmp and /var/tmp, which are discarded after this stops.
PrivateTmp=true

Internal Server Error - CoolAJ86 on GIT

Internal Server Error

Gitea Version: 1.21.11