Feature request: Automatically warn on memory consumption
HyperBrain opened this issue · 2 comments
HyperBrain commented
Additionally to warn as soon as half of the available timeout time has been used, it would be also critical to add an automatic warning, when 3/4 or some other configurable percentage of the provided lambda memory has been consumed, as it's hard to find out if the assigned memory is nearing the limit over time.
This happens especially when using Babel or other transformations that change their behavior on updates and create faster but more memory hungry code.
arabold commented
Yes, that would be a great feature. 75% memory consumption should definitely generate a warning.
arabold commented
Check out v0.1.4 which I've just released 8-)
Additional testing is very welcome.