You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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