Parcourir la source

Update photoprism-v5.sh

adjust build resources
tteckster il y a 2 ans
Parent
commit
6c7d5141a5
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 ' ')