Memory leak? How to locate source?
in
Programming Questions
•
1 year ago
Hi,
Here's my problem with a sketch I am doing. In this sketch I'm using controlP5, peasycam, a modification of mri3ds (discarded the draw part, I only use it to load 3ds models), and Java threads (although I don't think this is the problem, more on this later).
The problem is, the sketch leaks memory, yes, but VisualVM don't think so,here is a screenshot:
Memory goes up no matter what I do in the sketch. And if you think it may be a Thread problem... I tested a version of the sketch previous at the introduction of Threads, in fact the screenshot is from that version (task manager shows the process started at 230.000k of memory usage).
Any ideas how can I locate the source of the leakage? Any other program?
1