Issue: at install "Error: Insufficient
# umh-support
t
Issue: at install "Error: Insufficient memory detected on hetzner"
Created a VM on Hetzner with 4vcpu 16GB ram..... Not sure how the installer is checking ram amount...but my vm is reporting 16100892672 bytes of ram....which I would expect to pass. Depending on how we calculate it....using a 1000 or 1024....decimal vs binary This would make the difference of passing or failing this test.... 16,000,000,000 at 1000 17179869184 at 1024 https://www.techtarget.com/searchstorage/definition/gigabyte#:~:text=A%20gigabyte%20is%20equivalent%20to,or%201%2C073%2C741%2C824%20bytes%20(binary). I notice that it says 16 GiB....which is Gibibyte....not Gigabyte.... I think it should be calculated in GB not GiB.....because this is going to be more accepted, and reduce confusion. or....the documentation needs to clarify it...as the docs just say "16.00 GB", with no mention of it being GiB....
l
i had the same issue, i forced it now with skip hardware checks. it also runs at 200-300% CPU, while we have plenty of specs. not sure what's wrong is here
t
Idle on hetzner im the same…200-300%
j
There is already an issue open for the GB thing, @Athavan kanapuli, so it will be fixed in the next days. The high idle CPU we will take a closer look, it seems for me also a little bit high.
also @davidmackel for the documentation
fix is now live in the install script 🙂 it includes a better GB calclation as well as a 10% buffer, so if you need 10GB of RAM, then 9GB is fine as well and will not result in an error
2 Views