dayorbyte / dispatchd

A go-based AMQP server
MIT License
62 stars 9 forks source link

Add memory limits #10

Open dayorbyte opened 8 years ago

dayorbyte commented 8 years ago

The server should have a config option to specify a memory limit and if the go process goes over that limit it should panic. Future changes can add better strategies for dealing with the problem, but without a limit they can't be implemented