Typo in Android memory docs?

Can someone clarify?

“You can use use both, only one of them or neither if your project’s default configuration meets your heap capacity needs. Please note that these Env Vars with the -Xms and -Xmx parameters might get overridden based on your configuration.”

Edit: Also @viktorbenei in this thread says to use both Please follow this guide: http://devcenter.bitrise.io/android/android-tips-and-tricks/#memory-ram-limit and set both limits, using environment variables.

Which one is it? Also, why include the quotes if the quotes fail? Memory docs really need some attention.

Hey @coltonidle,

Thanks for the feedback, We fixed both the typo and the unnecessary quotes in the docs.

If you’d like to dive deeper into JVM fine-tuning, we recommend using Gradle Profiler to benchmark various JVM flags and settings.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.