commit | f23d9bf98e020bc8e75ddb4c9f16c8d3dddbc229 | [log] [tgz] |
---|---|---|
author | Raphael Moll <ralf@android.com> | Fri Aug 26 14:42:41 2011 -0700 |
committer | Raphael Moll <ralf@android.com> | Fri Aug 26 14:47:24 2011 -0700 |
tree | 7447b69d66e43025fc62c25df5d06f63fe21a121 | |
parent | 5017f3f2b7c178761b919f22c02617fe6fe9468d [diff] |
Set DX stack size to 1M by default on Windows. Bug: http://code.google.com/p/android/issues/detail?id=15181 Summary of bug: some user reported issues running dx.bat and Fadden figured out the VM's stack size default was too small. Using -Xss1m fixed it. This CL introduces a default of -Xss1m and the usual mechanism to override it using -JXssNm (like for -JXmx...) Change-Id: I9769316c1708f08c91b93e07bd6d713a10561ea2