Editor crash: 'java heap space'

Ok. Perhaps it’s content that uses the memory in question. Could you try to increase the heap allocated by java?

  1. Locate the file “Defold.ini” in the defold directory
  2. Change the line:
    -Xmx1200M
    to
    -Xmx2000M
  3. Save the file and restart Defold.

If that does the trick, it was just normal usage and we might consider increasing the default values in the dist. Please let me know if it works (will try to provoke it myself as well in the meantime)