On May 12, 3:25 pm, Keith Wiley <[email protected]> wrote: > I know how to give java > more space directly, ala -Xms and -Xmx, but not when I run dx as an > executable.
You can pass the vm that runs dx an argument by prefixing it with "- J". So, to set the maximum heap size to 500 megs, you could say "- JXmx500m". > Can I get dx (or the JVM) to show me how much heap space it is using > when it runs so I can verify that dx is working with a large heap? I would just look at the output of "ps" or "top" to figure that out. -dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

