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
Just to make sure this isn't some kind of regression I ran the script on multiple versions of Mojolicious back to 9.31. My first thought was that maybe the changes to Mojo::Base could be the case. This turned out to be a dead end. Average of a couple of runs on various Mojolicious versions:
Version
Memory (kb)
9.39
438912
9.38
437184
9.37
437568
9.36
437760
9.35
437568
9.34
437184
9.33
437760
9.32
437760
9.31
437376
This was done very unscientifically by running the script and dumping memory usage with ps -p $pid -o %mem,rss when the counter reached 50000 -ish. The above numbers are as mentioned averages of multiple runs on each version.
In summary: no real consequential difference between the versions.
Steps to reproduce the behavior
Execute this script:
Memory usage (as reported by htop) keeps increasing all the time, at a high rate.
Expected behavior
Memory usage should remain stable, constant, not changing.
Actual behavior
Memory usage (as reported by htop) keeps increasing all the time, at a high rate.
The text was updated successfully, but these errors were encountered: