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

13 lines
280 B
Plaintext

## Force Elrang VM garbage collection
force_gc {
## set 'false' to disable this feature
enable = true
## GC the process after this many received messages
count = 16000
## GC the process after specified number of bytes have passed through
bytes = 16MB
}