Skip to content

Commit

Permalink
feat: Increase max sandbox count
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarlis authored and pietrodimarco-dfinity committed Oct 17, 2024
1 parent 3b09654 commit 33aa325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/config/src/embedders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub(crate) const DEFAULT_MIN_SANDBOX_COUNT: usize = 500;

/// Sandbox process eviction ensures that the number of sandbox processes is
/// always below this threshold.
pub(crate) const DEFAULT_MAX_SANDBOX_COUNT: usize = 1_000;
pub(crate) const DEFAULT_MAX_SANDBOX_COUNT: usize = 2_000;

/// A sandbox process may be evicted after it has been idle for this
/// duration and sandbox process eviction is activated.
Expand Down

0 comments on commit 33aa325

Please sign in to comment.