Motivation
The memory size assertion runs before juno deploy, which is fine but, does not prevent the memory to be overloaded.
Let's say I start at 890mb, fine, then I deploy 500mb, result is above the custom threshold.
So, should we check the memory size on each file or batch? That's quite few calls...
Motivation
The memory size assertion runs before juno deploy, which is fine but, does not prevent the memory to be overloaded.
Let's say I start at 890mb, fine, then I deploy 500mb, result is above the custom threshold.
So, should we check the memory size on each file or batch? That's quite few calls...