it curious question. why android studio, intellij use server mode instead client default. should switch client mode improve as's startup time? 
the server jvm performs deeper optimizations code. if start , quit android studio hundreds of times each day, switching client jvm may give better performance. people don't that, , more concerned better performance of ide in long run startup time. therefore, server vm used default.
Comments
Post a Comment