mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
fix: ensure alby hub never uses more than 90% cpu (on RPI zero)
This commit is contained in:
parent
ea6829c593
commit
ef244400a8
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue