[ESP32WROVER KIT] MICROUI start java exception

Hi,

starting again to test widget, I’ve just (only) call microUI to start, then , such error occurs
can you tell me more about those threads ?

Exception in thread "Exception in thread “SYSINpmp” java/lang/OutOfMemoryError
Exception in thread “SYSINpmp” java/lang/OutOfMemoryError
Exception in thread “SYSINpmp” java/lang/OutOfMemoryError
Exception in thread “SYSINpmp” java/lang/OutOfMemoryError
Exception in thread “DISPLpmp” java/lang/OutOfMemoryError

Thanks

Gilles

Hi Gilles,

SYSINpmp and DISPLpmp are UI thread, you can find more information about them in this post or in the specification of microUI

The java/lang/OutOfMemoryError occurs when java runs out of heap space. You can increase it in your run configuration (Runtime->Memory).

Regards,

Pierre