Update photoprism-v5.sh

adjust build resources
This commit is contained in:
tteckster 2023-01-01 08:43:31 -05:00 committed by GitHub
parent 01b2069280
commit 6c7d5141a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ EOF
echo -e "Loading..."
APP="PhotoPrism"
var_disk="8"
var_cpu="2"
var_ram="3072"
var_cpu="4"
var_ram="4096"
var_os="debian"
var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ')