Copy link to clipboard
Copied
I'm developing an animate CC game project over 4 months now and it's almost done.
But recently it crashes very often when I try to test the project (the built-in Ctrl+Enter test), and it significantly slow down my entire development.
Here is the thing I know:
1.It only crashes when test it in animate CC, the published file work perfectly fine.
2.I think it was not resulted from AS3 bug, because sometimes it tested run without any error, and it was the exactly same project and code without ever editing.
3.This is the first time I make a project this big and complicated, so I wonder if it has something to do with RAM memory...
Is there any way to allocate more memory to animate CC, or anyway to optimize the built-in test function?
increase the program memory by editing your jvm.ini file and increase the number (eg, 256) to a larger power of 2.
C:\Users\<user name>\AppData\Local\Adobe\<animate version>\en_US\configuration\actionscript 3.0\jvm.ini
Copy link to clipboard
Copied
increase the program memory by editing your jvm.ini file and increase the number (eg, 256) to a larger power of 2.
C:\Users\<user name>\AppData\Local\Adobe\<animate version>\en_US\configuration\actionscript 3.0\jvm.ini
Copy link to clipboard
Copied
Never know I can do this, thank you, I'll try this and see if this work.
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now