Unknwon před 9 roky
rodič
revize
4f6c3e8bb2
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      scripts/systemd/gogs.service

+ 6 - 0
scripts/systemd/gogs.service

@@ -8,6 +8,12 @@ After=network.target
 #After=redis.service
 
 [Service]
+# Modify these two values and uncomment them if you have
+# repos with lots of files and get an HTTP error 500 because
+# of that
+###
+#LimitMEMLOCK=infinity
+#LimitNOFILE=65535
 Type=simple
 User=git
 Group=git