Hello,
Does anyone know how to increase the memory of the ImageJ that is used for the test Runs of the project in IntelliJ?
Edit Configurations:
VM options: -Xmx6144m
Gives 6GB.
6 Likes
Thank you for posting the solution!
Unfortunately, it’s not working in my case and I later found that a limit could be 1336m with 32-bit ( link ) and by making sure to use a 64-bit jdk allows to use a higher value.
Cheers,
Romain
2 Likes