Update gitea.sh

increase ram to 1024
This commit is contained in:
tteckster 2024-07-26 05:37:09 -04:00 committed by GitHub
parent 136f667126
commit 2c58bc987c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ echo -e "Loading..."
APP="Gitea" APP="Gitea"
var_disk="8" var_disk="8"
var_cpu="1" var_cpu="1"
var_ram="512" var_ram="1024"
var_os="debian" var_os="debian"
var_version="12" var_version="12"
variables variables