DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
79 stars 10 forks source link

Memory Leakage on Mac Joomla CMS #560

Open tahoeaussie opened 4 months ago

tahoeaussie commented 4 months ago

Lately I've been having an issue that has only just popped up.

The Memory usage of devsense.php when running a top command on Terminal has been running in excess and causing VSCode to get stuck.

I'm running latest VSCode on MacOS Catalina. My project is a Joomla Project and developing plugins within.

The one thing that I changed doing recently was running more git branches. I went and removed several git branches and it appears to have mitigated the circumstances and I'm not seeing the memory being used as much.

jakubmisek commented 4 months ago

Thank you very much for reporting the issue.

Having git branches should not be noticed by the extension, but, switching between them may cause additional indexing, and possibly memory leak.

We'll run more tests on Joomla to repro the issue.