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:
Janneke Nieuwenhuizen 2024-12-10 17:38:53 +01:00
parent 832ef198f7
commit 285f0862d8
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -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)))