CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2025/09/13 07:43:47
Modified files: sys/arch/amd64/include: hibernate_var.h Log message: Increase the size of the unhibernate chunk table The unhibernate chunk table was previously capable of managing machines up to approximately 102GB RAM. On machines with more memory than this, unhibernate failed. This doubles the size of the chunktable to account for larger RAM sizes. ok krw, deraadt