sylae / ligrev

XMPP MUC Utility bot
GNU General Public License v3.0
2 stars 1 forks source link

Memory leaks and what-not #6

Closed sylae closed 8 years ago

sylae commented 10 years ago

Not sure if PHP handles this automatically, but stuff like stanza objects should be unset when no longer needed, in case they stay around to be a pain.

Normally I don't concern myself with this, but since PHP is staying open for possibly days at a time (!!!)...yeah.

sylae commented 10 years ago

So this comment is more of a general audit. I need a way to properly profile the script and check memory usage.

sylae commented 8 years ago

At this point Ligrev has been running in production for some time, and memory usage has stayed fairly constant. Unless something crops up, I don't see any issues.