On Jun 15, 6:39 pm, Ashrotronics <030440...@163.com> wrote: > And anyway i can modify this configuration and make it larger ?
Only if you're building your own system. You can't change it on a production device. In frameworks/base/core/jni/AndroidRuntime.cpp, search for the CUSTOM_RUNTIME_HEAP_MAX define. You can define that at build time, or just change the "-Xmx16m" string. (If you've got a hex editor, you can skip the recompile and increase the RAM allocation up to 99MB by editing the shared library.) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to android-framework@googlegroups.com To unsubscribe from this group, send email to android-framework+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---