Application memory

My application seems to crash without a message due to memory allocation problems. I guessed that from the context where memory consuming image processing and neural network updates take place.

How much memory is available to a multi os engine app per default?
How can I configure more memory for this app?

(With RoboVM the entry ms384M in the robovm.ini did the job.)

Thanks!

Best regards,
Ulrich

Hi Ulrich,

we don’t have a configuration setting for changing the memory size. We might introduce a Vmargs option in the Info.plist similar to the MOE.Main.Class that we have currently.

For now, you can modify the main.cpp as outlined here:

Best Regards,
Gergely

Hello Gergely,

thanks for the fast response. But where is the ‘Keep Xcode Project’-option mentioned there (used for the recreation of the project)?

Thanks ind advance.

Best regards,
Ulrich

Hi,

The keep Xcode project is no longer needed (it was removed in an earlier version) because the Xcode projects are always kept now.

Best Regards,
Gergely