aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2016-09-29 22:34:36 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-29 22:34:36 +0000
commit38ee8572dfa55a7b9da4285356aac0f0d6644006 (patch)
tree2be4b81e297ad6dd1d1cb00d950ec8c6bb7135f9
parent1a3e9cf9041113fd23e0378a3bd7d3b463642823 (diff)
parent1f5ef220b4a5f8ef8fcd8ed9beb5bb7c235270c2 (diff)
downloadsource.android.com-38ee8572dfa55a7b9da4285356aac0f0d6644006.tar.gz
Update "Configuring ART" for dalvik.vm properties
am: 1f5ef220b4 Change-Id: I30f78c588885e69831356213f56326206e2909c5
-rw-r--r--src/devices/tech/dalvik/configure.jd14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/devices/tech/dalvik/configure.jd b/src/devices/tech/dalvik/configure.jd
index 58109288..407e8d01 100644
--- a/src/devices/tech/dalvik/configure.jd
+++ b/src/devices/tech/dalvik/configure.jd
@@ -318,6 +318,7 @@ of the options discussed above affect only pre-optimization.</p>
<li>dalvik.vm.image-dex2oat-Xms: initial heap size
<li>dalvik.vm.image-dex2oat-Xmx: maximum heap size
<li>dalvik.vm.image-dex2oat-filter: compiler filter option
+ <li>dalvik.vm.image-dex2oat-threads: number of threads to use
</ul>
<p>To control dex2oat while it’s compiling everything besides the boot image:</p>
@@ -328,6 +329,19 @@ of the options discussed above affect only pre-optimization.</p>
<li> dalvik.vm.dex2oat-filter: compiler filter option
</ul>
+<p> On releases through Android 6.0 one additional option is provided for compiling everything
+besides the boot image: </p>
+<ul>
+ <li> dalvik.vm.dex2oat-threads: number of threads to use
+</ul>
+
+<p> Starting with Android 6.1 this becomes two additional options for compiling everything besides
+the boot image: </p>
+<ul>
+ <li> dalvik.vm.boot-dex2oat-threads: number of threads to use during boot time
+ <li> dalvik.vm.dex2oat-threads: number of threads to use after boot time
+</ul>
+
<p>The options that control initial and maximum heap size for dex2oat should not
be reduced since they could limit what applications can be compiled.</p>