-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#4418 vmheap: Make vmm bitmap dynamic and up vmheap to 8G (#4420)
Moves the vmm bitmap from a static array to being placed at the top of the vmm region itself. This allows for separate sizes for vmcode vs vmheap, and makes it easier to increase vmheap sizes. This eliminates the previous maximum of 2G for -vmheap_size. Changes the default -vmheap_size from 2G to 8G for 64-bit. Fixes #4418
- Loading branch information
1 parent
fba43e5
commit 70be2df
Showing
4 changed files
with
62 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters