snikket-im / snikket-web-portal

This is the web portal for Snikket Chat services. To learn more about what Snikket Chat services are, check the website.
https://snikket.org
GNU Affero General Public License v3.0
32 stars 12 forks source link

Fix corner cases of byte number formatting #111

Closed horazont closed 2 years ago

horazont commented 2 years ago

Found in production. Yes really. Due to some borked LXC integration, my snikket host reports

MemTotal:       9007199254740991 kB
MemFree:        9007199254690591 kB
MemAvailable:   9007199254690591 kB

That is more than 1024 TiB, so it tries to go further up in the scale, which then causes a Guru Meditation because of the uncaught IndexError.