-
Notifications
You must be signed in to change notification settings - Fork 54
Labels
customerFor any bug reports or feature requests tied to customer requestsFor any bug reports or feature requests tied to customer requests
Milestone
Description
After #7837, 2TiB gimlets will have roughly 1667 allocated as VMM reservoir, but the maximum instance RAM is hard coded as 256GiB:
Line 120 in d4a64cd
pub const MAX_MEMORY_BYTES_PER_INSTANCE: u64 = 256 * (1 << 30); // 256 GiB |
Customers deploying these gimlets are requesting larger instances than this. In order to support this, Nexus has to be aware that these gimlets have more of a reservoir to allocate from, and offer larger instance sizes accordingly.
Metadata
Metadata
Assignees
Labels
customerFor any bug reports or feature requests tied to customer requestsFor any bug reports or feature requests tied to customer requests