Quellcode durchsuchen

Update photoprism-v5.sh

adjust build resources
tteckster vor 2 Jahren
Ursprung
Commit
6c7d5141a5
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      ct/photoprism-v5.sh

+ 2 - 2
ct/photoprism-v5.sh

@@ -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 ' ')