You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only variables controlling a bin lifetime are LIVE_BIN_INACTIVITY_TIMEOUT and LIVE_BIN_MAX_REQUESTS. Those two don't protect from the fact that a bin could receive very big requests, possibly bringing down the whole BEAM if it gets killed by the OOM.
Another env variable must be added to handle this, allowing to set the max number of bytes a bin can receive
The text was updated successfully, but these errors were encountered:
Currently the only variables controlling a bin lifetime are
LIVE_BIN_INACTIVITY_TIMEOUT
andLIVE_BIN_MAX_REQUESTS
. Those two don't protect from the fact that a bin could receive very big requests, possibly bringing down the whole BEAM if it gets killed by the OOM.Another env variable must be added to handle this, allowing to set the max number of bytes a bin can receive
The text was updated successfully, but these errors were encountered: