Merge pull request 'increase open file limits to avoid errors with big repository' (!1) from tpiccioli-patch-1 into master
Reviewed-on: #1
This commit is contained in:
commit
eefd2438a4
|
@ -23,6 +23,8 @@ Requires=memcached.service
|
|||
###
|
||||
#LimitMEMLOCK=infinity
|
||||
#LimitNOFILE=65535
|
||||
LimitNOFILE=8192
|
||||
LimitNOFILESoft=1024
|
||||
RestartSec=2s
|
||||
Type=simple
|
||||
User={{ gitea_user }}
|
||||
|
|
Loading…
Reference in New Issue