Can the “Android Library Update” phase, somehow be sped up?

前端 未结 1 726
予麋鹿
予麋鹿 2021-02-07 14:06

Eclipse Galileo,
ca 20 Android projects, with many dependencies between projects
(util, testutils, one testproject for each library and app, whitelabelling etc)

相关标签:
1条回答
  • 2021-02-07 14:41

    Here is how I tunned up my Eclipse install in the ini file:

    -startup

    plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

    --launcher.library

    plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.1.R36x_v20100810

    -showlocation

    -showsplash

    org.eclipse.platform

    --launcher.defaultAction

    openFile

    --launcher.XXMaxPermSize

    512m

    -vmargs

    -server

    -Dosgi.requiredJavaVersion=1.6

    -Xms40m

    -Xss4m

    -XX:CompileThreshold=10

    -XX:MaxGCPauseMillis=10

    -XX:MaxHeapFreeRatio=70

    -XX:+CMSIncrementalPacing

    -XX:+UnlockExperimentalVMOptions

    -XX:+UseG1GC

    -XX:+UseFastAccessorMethods

    -Xmx684m

    Note I am on eclipse 3.6 and using jdk 1.6..

    The other thing update to Eclipse 3.6..

    0 讨论(0)
提交回复
热议问题