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:
Andrea Dell'Amico 2024-01-05 17:50:40 +01:00
commit eefd2438a4
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ Requires=memcached.service
###
#LimitMEMLOCK=infinity
#LimitNOFILE=65535
LimitNOFILE=8192
LimitNOFILESoft=1024
RestartSec=2s
Type=simple
User={{ gitea_user }}