aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2016-09-29 15:27:19 -0700
committerDavid Sehr <sehr@google.com>2016-09-29 17:42:18 -0700
commitb056d347fcb5ed1017ddf2af6481edb83eb03847 (patch)
tree41d41659cf20f813f837ab0f8c2f4070c4549a65
parent1f5ef220b4a5f8ef8fcd8ed9beb5bb7c235270c2 (diff)
downloadsource.android.com-nougat-mr1.8-release.tar.gz
Update dalvikvm configuration docs for 7.1android-cts_7.1_r1android-cts-7.1_r9android-cts-7.1_r8android-cts-7.1_r7android-cts-7.1_r6android-cts-7.1_r5android-cts-7.1_r4android-cts-7.1_r3android-cts-7.1_r29android-cts-7.1_r28android-cts-7.1_r27android-cts-7.1_r26android-cts-7.1_r25android-cts-7.1_r24android-cts-7.1_r23android-cts-7.1_r22android-cts-7.1_r21android-cts-7.1_r20android-cts-7.1_r2android-cts-7.1_r19android-cts-7.1_r18android-cts-7.1_r17android-cts-7.1_r16android-cts-7.1_r15android-cts-7.1_r14android-cts-7.1_r13android-cts-7.1_r12android-cts-7.1_r11android-cts-7.1_r10android-cts-7.1_r1android-7.1.1_r9android-7.1.1_r8android-7.1.1_r7android-7.1.1_r61android-7.1.1_r60android-7.1.1_r6android-7.1.1_r59android-7.1.1_r58android-7.1.1_r57android-7.1.1_r56android-7.1.1_r55android-7.1.1_r54android-7.1.1_r53android-7.1.1_r52android-7.1.1_r51android-7.1.1_r50android-7.1.1_r49android-7.1.1_r48android-7.1.1_r47android-7.1.1_r46android-7.1.1_r45android-7.1.1_r44android-7.1.1_r43android-7.1.1_r42android-7.1.1_r41android-7.1.1_r40android-7.1.1_r4android-7.1.1_r39android-7.1.1_r38android-7.1.1_r35android-7.1.1_r33android-7.1.1_r32android-7.1.1_r31android-7.1.1_r3android-7.1.1_r28android-7.1.1_r27android-7.1.1_r26android-7.1.1_r25android-7.1.1_r24android-7.1.1_r23android-7.1.1_r22android-7.1.1_r21android-7.1.1_r20android-7.1.1_r2android-7.1.1_r17android-7.1.1_r16android-7.1.1_r15android-7.1.1_r14android-7.1.1_r13android-7.1.1_r12android-7.1.1_r11android-7.1.1_r10android-7.1.1_r1nougat-mr1.8-releasenougat-mr1.7-releasenougat-mr1.6-releasenougat-mr1.5-releasenougat-mr1.4-releasenougat-mr1.3-releasenougat-mr1.2-releasenougat-mr1.1-releasenougat-mr1-volantis-releasenougat-mr1-security-releasenougat-mr1-releasenougat-mr1-flounder-releasenougat-mr1-devnougat-mr1-cts-release
Add documentation for the two dalvik properties that appear in MR1. Bug: 31102831 Change-Id: I4dc65cee4585a4b2fa9fb535e31f4ddb0ea53c24 Test: make online-sac-docs
-rw-r--r--src/devices/tech/dalvik/configure.jd27
1 files changed, 17 insertions, 10 deletions
diff --git a/src/devices/tech/dalvik/configure.jd b/src/devices/tech/dalvik/configure.jd
index 407e8d01..bc747d97 100644
--- a/src/devices/tech/dalvik/configure.jd
+++ b/src/devices/tech/dalvik/configure.jd
@@ -324,22 +324,29 @@ of the options discussed above affect only pre-optimization.</p>
<p>To control dex2oat while it’s compiling everything besides the boot image:</p>
<ul>
- <li> dalvik.vm.dex2oat-Xms: initial heap size
- <li> dalvik.vm.dex2oat-Xmx: maximum heap size
- <li> dalvik.vm.dex2oat-filter: compiler filter option
+ <li>dalvik.vm.dex2oat-Xms: initial heap size
+ <li>dalvik.vm.dex2oat-Xmx: maximum heap size
+ <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>
+<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
+ <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>
+<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
+ <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>Starting with Android 7.1, two options are provided for controlling how memory is used when
+compiling everything besides the boot image:</p>
+<ul>
+ <li>dalvik.vm.dex2oat-very-large: minimum total dex file size in bytes to disable AOT compilation
+ <li>dalvik.vm.dex2oat-swap: use dex2oat swap file (for low-memory devices)
</ul>
<p>The options that control initial and maximum heap size for dex2oat should not