OSDN Git Service

Set DX stack size to 1M by default on Windows.
authorRaphael Moll <ralf@android.com>
Fri, 26 Aug 2011 21:42:41 +0000 (14:42 -0700)
committerRaphael Moll <ralf@android.com>
Fri, 26 Aug 2011 21:47:24 +0000 (14:47 -0700)
commitf23d9bf98e020bc8e75ddb4c9f16c8d3dddbc229
tree7447b69d66e43025fc62c25df5d06f63fe21a121
parent5017f3f2b7c178761b919f22c02617fe6fe9468d
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
dx/etc/dx.bat