Replies: 1 comment
-
I don't know where could come from this big variation, maybe a cache that is cleaned up time to time? However on my side I sped up compile time by avoiding embedding assets (in debug builds at least) - this was taking most of my compilation time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The same code, sometimes it's fast (~5s) but sometimes it's very slow (~50s) to compile on my laptop (Asus Vivo Book).
After so many times trying to determine where the problem is, I finally did some changes to get it more stable.
"as3mxml.languageServer.jvmargs": "-Xmx2g",
My app then take only ~5 - 6s to compile, and much more stable.
Hope this helps someone.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions