|

03-12-2010, 14:18
| posts: 103
agree with stangowner, and suspect one of the plugins having a memory leak. did a lot of plugin programming and can help with the following tip to check for such leaks:
a quick way to test for such memory leaks in plugins is to decrease "Data polling interval" which usually is set to 1000ms. by setting this down to 10ms you will make the plugins memory usage increasing 100 times faster.
deselect one plugin after the other while monitoring memory usage. memory usage will stop to increase after you disable the faulting pluging.
interesting to know which plugin it finally was ...
|