EVEN MORE FILE DESCRIPTORS FOR GITEA

This commit is contained in:
Alex D. 2025-01-04 17:31:08 +00:00
parent bc9b0f998f
commit 2552770a3e
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 2 additions and 3 deletions

View File

@ -3,10 +3,9 @@
. ../APKBUILD-openrc.template
pkgver=2022.04.17.02
pkgrel=0
sha512sums="
182c95e323209c636dad6f0b3db3a9216a12454be41818bdb29706c91b7092bb12e68e9382e5893dce88f4f3fca533710fb12c7041b6d9c6fe9ffd174ad6cb1f runfile
dd9a8a2429ce94a77448c752cfa86d2eff153333b7673faea401cfef4f72d9d2b3e9b389d60a9b81c2c34e8325497b090190381b079e0f3ec41cb7f1d7c89098 runfile
fb7e65b6ecbca2dd67aacf2becab067ee235ec3565fbd68c855d3d842a778a03d34cf05ed584c562489d10c8020416d6138888867f0d8869c193d6cb971120ae conffile
"

View File

@ -16,5 +16,5 @@ depend() {
start_pre() {
checkpath -d -o "$command_user" -m755 "${GITEA_WORK_DIR:-/var/lib/gitea}"
ulimit -n 4096 # FIX: Gitea can and WILL run out of file descriptors under heavy load
ulimit -SHn 8192 # FIX: Gitea can and WILL run out of file descriptors under heavy load
}