41Baloo / balooProxy

Lightweight http anti-ddos reverse-proxy made in golang
GNU General Public License v3.0
169 stars 39 forks source link

Pre-release version - Killed #60

Closed GergelyGombai closed 4 months ago

GergelyGombai commented 4 months ago

The proxy is getting "Killed" when the server receives a big attack, like 70-90k rps

ToffyMTA commented 4 months ago

Increase ulimit -n on your server

41Baloo commented 4 months ago

That message is linux killing balooProxy because it consumes too much ram. If you have issues with that i'd suggest either using a bigger server or using the gofiber version, which uses a lot less ram.