From 7827c40c49d841daca2a40463b8a60f9a113f77e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 10 Jan 2024 14:45:58 -0300 Subject: A few more tweaks in the garbage collector --- lgc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lgc.h') diff --git a/lgc.h b/lgc.h index b4c4f234..5e474114 100644 --- a/lgc.h +++ b/lgc.h @@ -183,7 +183,7 @@ /* incremental */ /* Number of objects must be LUAI_GCPAUSE% before starting new cycle */ -#define LUAI_GCPAUSE 300 +#define LUAI_GCPAUSE 200 /* Step multiplier. (Roughly, the collector handles LUAI_GCMUL% objects for each new allocated object.) */ -- cgit v1.2.3-55-g6feb