Community
Participate
Working Groups
Build Identifier: 20100617-1415 If I open a php file and type a letter, I can see memory usage increase in the heap usage display. The actual memory increase depends on the file size and project size, and can be between 0.5 MB and 50MB? (any larger and the garbage collector will free the space). It does not matter where you type (in a function, comment or outside php tags). I have tested the same file of 150 lines in two different projects. One being a php project, the other a smaller java project. The latter gave 0.5-1MB increase per letter, the php project 5MB. Another file of 900 lines gave over 30MB in php project, 6 MB in the smaller java project. Reproducible: Always Steps to Reproduce: 0. enable window->preferences->general->'show heap status' 1. open php file in phpeditor 2. type a letter
After consulting with QA, we need to continue the deep performance auditing to complete the fixes for these issues. Also we need others to help us out with reproduction, obviously there are performance bugs that can't be simulated very easily.
Marking as fixed. Memory is stable now.