Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

fix: ensure alby hub never uses more than 90% cpu (on RPI zero) #556

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Restart=always
RestartSec=1
User=root
ExecStart=/opt/albyhub/bin/albyhub
# Hack to ensure Alby Hub never uses more than 90% CPU
CPUQuota=90%
Environment="PORT=80"
Environment="WORK_DIR=/opt/albyhub/data"
Expand Down
Loading