emqx/rel/config/examples/force_gc.conf.example

10 lines
218 B
Plaintext

## Force Elrang VM garbage collection
force_gc {
## GC the process after this many received messages
count = 16000
## GC the process after specified number of bytes have passed through
bytes = 16MB
}