jkutner / heroku-buildpack-minecraft

A buildpack for running a Minecraft Server on Heroku
MIT License
202 stars 292 forks source link

Memory quota exceeded #40

Open LoneDev6 opened 4 years ago

LoneDev6 commented 4 years ago

Sadly I get this error about memory usage after some hours.. 1 player online

Process running mem=619M(118.5%)
Error R14 (Memory quota exceeded)
Dandarprox commented 4 years ago

Sadly I get this error about memory usage after some hours.. 1 player online

Process running mem=619M(118.5%)
Error R14 (Memory quota exceeded)

Same here

CraigRobertWhite commented 4 years ago

Same

Edit: Heroku only allows most apps to run at maximum around 512MB https://www.heroku.com/pricing

mattwynne commented 4 years ago

I'm also getting this on a free plan.

I think the code for setting the memory limit is here. Maybe something has changed in the Heroku platform and 384m is now too much to allocate?