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.
