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
Relax memory constraint on CI native stress test to 140M
`time -v` on my machine reports ~137M of total heap usage, with a
maximum GC heap size of 128M. I think this is enough, as we are not
yet looking at optimizing Gears for memory.
Nevertheless it is good to keep an eye on it.