Update default resource limits and service checks

This commit is contained in:
Bas van den Berg 2025-09-19 20:28:25 +02:00 committed by GitHub
parent c6ae026aaf
commit 566230585b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,9 +7,9 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
APP="warracker"
var_tags="${var_tags:-warranty}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-4096}"
var_disk="${var_disk:-20}"
var_cpu="${var_cpu:-1}"
var_ram="${var_ram:-512}"
var_disk="${var_disk:-4}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"
var_unprivileged="${var_unprivileged:-1}"
@ -28,7 +28,7 @@ function update_script() {
exit
fi
if check_for_gh_release "signoz" "SigNoz/signoz"; then
if check_for_gh_release "warracker" "sassanix/Warracker"; then
msg_info "Stopping Services"
systemctl stop warrackermigration
systemctl stop warracker