We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58923d5 commit afa2bd9Copy full SHA for afa2bd9
src/util/options.rs
@@ -119,7 +119,7 @@ pub const DEFAULT_MAX_NURSERY_32: usize = 32 << LOG_BYTES_IN_MBYTE;
119
pub const DEFAULT_MAX_NURSERY: usize = DEFAULT_MAX_NURSERY_32;
120
121
/// The default min nursery size proportional to the current heap size
122
-pub const DEFAULT_PROPORTIONAL_MIN_NURSERY: f64 = 0.2;
+pub const DEFAULT_PROPORTIONAL_MIN_NURSERY: f64 = 0.25;
123
/// The default max nursery size proportional to the current heap size
124
pub const DEFAULT_PROPORTIONAL_MAX_NURSERY: f64 = 1.0;
125
0 commit comments