elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
223 stars 12 forks source link

Memory tracker should be configurable #60

Open loyd opened 2 years ago

loyd commented 2 years ago

Now elfo terminates if 90% of memory is used by the process. This policy should be configurable.