Skip to content

Commit

Permalink
Be explicit about being arbitrary
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Jan 29, 2024
1 parent a6d33a8 commit 057c44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexus/src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ pub const MAX_MEMORY_BYTES_PER_INSTANCE: u64 = 256 * (1 << 30); // 256 GiB
pub const MIN_DISK_SIZE_BYTES: u32 = 1 << 30; // 1 GiB
pub const MAX_DISK_SIZE_BYTES: u64 = 1023 * (1 << 30); // 1023 GiB

/// This value is aribtrary
pub const MAX_SSH_KEYS_PER_INSTANCE: u32 = 100;

/// Manages an Oxide fleet -- the heart of the control plane
Expand Down

0 comments on commit 057c44f

Please sign in to comment.