I try to load large sized images (around 3 M.o) on a PI 3B with 1 G.o memory.
Sometimes, I got the error "Out of memory heap size".
I found that it is possible to increase the Java heap size by using #VirtualMachineArgs attribute :
#VirtualMachineArgs: -Xms600m -Xmx600m
I made several trials with different sizes but I always got this error after compilation :
Sometimes, I got the error "Out of memory heap size".
I found that it is possible to increase the Java heap size by using #VirtualMachineArgs attribute :
#VirtualMachineArgs: -Xms600m -Xmx600m
I made several trials with different sizes but I always got this error after compilation :
Please could you help,Invalid initial heap size: -Xms600m -Xmx600m
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.