Skip to content

Commit 58901ff

Browse files
committed
Bump up thresholds a bit.
1 parent 13cce66 commit 58901ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/internal/pycore_runtime_init.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ extern PyTypeObject _PyExc_MemoryError;
150150
}, \
151151
.gc = { \
152152
.enabled = 1, \
153-
.young = { .threshold = 700, }, \
153+
.young = { .threshold = 1000, }, \
154154
.old = { \
155155
{ .threshold = 10, }, \
156156
{ .threshold = 10, }, \
157157
}, \
158-
.incremental_gc_progress = 700, \
158+
.incremental_gc_progress = 5000, \
159159
}, \
160160
.object_state = _py_object_state_INIT(INTERP), \
161161
.dtoa = _dtoa_state_INIT(&(INTERP)), \

0 commit comments

Comments
 (0)