We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a23212 commit a99074bCopy full SHA for a99074b
contrib/systemd/gitea.service
@@ -49,12 +49,8 @@ After=network.target
49
###
50
51
[Service]
52
-# Modify these two values and uncomment them if you have
53
-# repos with lots of files and get an HTTP error 500 because
54
-# of that
55
-###
56
-#LimitMEMLOCK=infinity
57
-#LimitNOFILE=65535
+# Uncomment the next line if you have repos with lots of files and get a HTTP 500 error because of that
+# LimitNOFILE=524288:524288
58
RestartSec=2s
59
Type=simple
60
User=git
0 commit comments