Skip to content

Commit afa2bd9

Browse files
committed
Use 0.25 as defautl proportional min nursery
1 parent 58923d5 commit afa2bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pub const DEFAULT_MAX_NURSERY_32: usize = 32 << LOG_BYTES_IN_MBYTE;
119119
pub const DEFAULT_MAX_NURSERY: usize = DEFAULT_MAX_NURSERY_32;
120120

121121
/// The default min nursery size proportional to the current heap size
122-
pub const DEFAULT_PROPORTIONAL_MIN_NURSERY: f64 = 0.2;
122+
pub const DEFAULT_PROPORTIONAL_MIN_NURSERY: f64 = 0.25;
123123
/// The default max nursery size proportional to the current heap size
124124
pub const DEFAULT_PROPORTIONAL_MAX_NURSERY: f64 = 1.0;
125125

0 commit comments

Comments
 (0)