Omada 5.15.24.18 Javaw.exe RAM usage
Hello,
OMADA 5.15.24.18 on Windows 11 23H2
javaw.exe is using too much RAM and I amended C:\Users\............\Omada Controller\bin\start.bat
..\jre\bin\javaw.exe -Xms256M -Xmx1024M -XX:MaxHeapFreeRatio=60 -XX:MinHeapFreeRatio=30 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="%~dp0..\logs\java_heapdump.hprof" -cp "%~dp0..\properties\;%~dp0..\lib\*" com.tplink.smb.omada.starter.OmadaMain start
and tried other combinations of -Xms and -Xmx
No matter what I try javaw.exe will consume 1.8GB RAM
I have 11 APs and a switch....approx 30 client devices.
What is the secret to managing the RAM javaw.exe uses?
Thank you