This is the predexing that's done in this step rather than in its own task (for now).
When you go to 1.3 don't you see a similar number of JVM started during the pre-dexing task? On Fri, Oct 2, 2015 at 12:15 PM, Alex <[email protected]> wrote: > Forgot to mention: Using Gradle 2.7 > > Interestingly, from the command line I am seeing up to 5 JVMs starting up. > Many of these show up in ps as > > /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/bin/java > -Xmx1024M -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en > -Duser.variant -cp > /Users/ahelder/develop/android/android-sdk-macosx/build-tools/23.0.1/lib/dx.jar > com.android.dx.command.Main --dex --num-threads=4 --output > /blah/build/intermediates/pre-dexed/debug/classes_99a29f31321dd2bd7195fddc0c0c29099bcc9f02.jar > /blah/build/intermediates/transforms/CLASSES_and_RESOURCES/EXTERNAL_LIBRARIES/extractJars/debug/classes.jar--45570443 > > Is there a way to prevent dx from running in parallel like this? > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
