aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lgc.h b/lgc.h
index 9aff11f5..b4c4f234 100644
--- a/lgc.h
+++ b/lgc.h
@@ -171,13 +171,13 @@
171** Major collections will shift to minor ones after a collection 171** Major collections will shift to minor ones after a collection
172** collects at least LUAI_MAJORMINOR% of the new objects. 172** collects at least LUAI_MAJORMINOR% of the new objects.
173*/ 173*/
174#define LUAI_MAJORMINOR 80 174#define LUAI_MAJORMINOR 50
175 175
176/* 176/*
177** A young (minor) collection will run after creating LUAI_GENMINORMUL% 177** A young (minor) collection will run after creating LUAI_GENMINORMUL%
178** new objects. 178** new objects.
179*/ 179*/
180#define LUAI_GENMINORMUL 20 180#define LUAI_GENMINORMUL 25
181 181
182 182
183/* incremental */ 183/* incremental */