130.Down vote.Accepted.You can use Android: largeHeap = "true" to request a larger heap size but this, will not work on any pre Honeycomb, devices. On pre 2.3 devices you can, use the VMRuntime class but this, will not work on Gingerbread and above.The only way to have as large a limit as possible is to do memory intensive tasks via the NDK as the, NDK does not impose. Memory limits like the SDK.Alternatively you could, only load the part of the model that is currently, in view and load the rest as you, need it while. Removing the unused parts from memory. However this may, not be possible depending on, your app.
การแปล กรุณารอสักครู่..