Skip to content

Commit

Permalink
Add default options in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
omarjatoi committed Oct 10, 2024
1 parent 7298bd0 commit 83bb6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli-flags/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ wasmtime_option_group! {
pub pooling_memory_protection_keys: Option<bool>,

/// Sets an upper limit on how many memory protection keys (MPK) Wasmtime
/// will use.
/// will use. (default: 16)
pub pooling_max_memory_protection_keys: Option<usize>,

/// Configure attempting to initialize linear memory via a
Expand Down Expand Up @@ -137,7 +137,7 @@ wasmtime_option_group! {
pub pooling_async_stack_zeroing: Option<bool>,

/// How much memory, in bytes, to keep resident for async stacks allocated
/// with the pooling allocator.
/// with the pooling allocator. (default: 0)
pub pooling_async_stack_keep_resident: Option<usize>,

/// The maximum size, in bytes, allocated for a component instance's
Expand Down

0 comments on commit 83bb6d8

Please sign in to comment.