Bump GC parameters

per autotuner advice:

    The following suggestions reduce the number of minor garbage
    collection cycles, specifically a cycle called "malloc". Your app
    runs malloc cycles in approximately 25.00% of all minor garbage
    collection cycles.
This commit is contained in:
Mike Dalessio
2025-12-02 11:57:59 -05:00
parent b3611363a9
commit bf4573a7df
+2 -2
View File
@@ -69,8 +69,8 @@ ENV RUBY_GC_HEAP_0_INIT_SLOTS=692636 \
RUBY_GC_HEAP_2_INIT_SLOTS=148807 \
RUBY_GC_HEAP_3_INIT_SLOTS=9169 \
RUBY_GC_HEAP_4_INIT_SLOTS=3054 \
RUBY_GC_MALLOC_LIMIT=33554432 \
RUBY_GC_MALLOC_LIMIT_MAX=67108864 \
RUBY_GC_MALLOC_LIMIT=67108864 \
RUBY_GC_MALLOC_LIMIT_MAX=134217728 \
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
# Start the server by default, this can be overwritten at runtime