wbenny / hvpp

hvpp is a lightweight Intel x64/VT-x hypervisor written in C++ focused primarily on virtualization of already running operating system
MIT License
1.12k stars 221 forks source link

Estimate how much memory will be needed for hvpp on startup #1

Closed wbenny closed 6 years ago

wbenny commented 6 years ago

hvpp now has hardcoded size of memory, which is preallocated on the startup. By all means this is rather unfortunate and used as a temporary solution.