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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user