mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: hurd-vm: Set overload-threshold to 1.8.
The uptime/ /proc/loadavg reporting in the Hurd is 1.0 for a machine without load. This may have been caused by recent SMP work. * gnu/services/virtualization.scm (hurd-vm-guix-extension): Set overload-threshold to 1.8 to allow offloading to actually happen. Change-Id: I2b5be4d8e8d884cba767702f9cdccf91717eb95d
This commit is contained in:
parent
832ef198f7
commit
285f0862d8
1 changed files with 1 additions and 0 deletions
|
@ -1841,6 +1841,7 @@ machines in /etc/guix/machines.scm."
|
||||||
(@ (ice-9 textual-ports)
|
(@ (ice-9 textual-ports)
|
||||||
get-string-all)))
|
get-string-all)))
|
||||||
(user "offloading")
|
(user "offloading")
|
||||||
|
(overload-threshold 1.8) ;current load reporting is off by 1
|
||||||
(private-key #$host-ssh-key))))))
|
(private-key #$host-ssh-key))))))
|
||||||
(guix-extension)))
|
(guix-extension)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue