jawaw.exe memory usage
807603Feb 19 2008 — edited Feb 19 2008I have noticed that the memory usage of javaw.exe (reported by Task manager) increases if i keep the application running for 1-2 days. I have checked my application for memory leak using JProfiler and there is no memory leak.
Another thing i have noticed that I can reduce dramatically the size reported
by taskmanager by iconifying and de-iconifying the application.
I have tried VM arguments -XX:MaxDirectMemorySize, -XX:MinHeapFreeRatio and -XX:MaxHeapFreeRatio but of no use.
Does anyone know the reason/solution for this problem?