util/startup.lua
branch0.11
changeset 11543 3413fea9e6db
parent 11077 5691b9773c5b
child 11564 3bbb1af92514
child 11848 0f786c4a2cb2
--- a/util/startup.lua	Fri Apr 30 21:20:14 2021 +0100
+++ b/util/startup.lua	Fri May 07 16:41:39 2021 +0100
@@ -12,7 +12,13 @@
 
 local original_logging_config;
 
-local default_gc_params = { mode = "incremental", threshold = 105, speed = 250 };
+local default_gc_params = {
+	mode = "incremental";
+	-- Incremental mode defaults
+	threshold = 105, speed = 500;
+	-- Generational mode defaults
+	minor_threshold = 20, major_threshold = 50;
+};
 
 local short_params = { D = "daemonize", F = "no-daemonize" };
 local value_params = { config = true };