-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allocation failed - process out of memory #392
Comments
I see this alot too. |
Have you found a solution? It's getting really annoying |
Well actually, since 2.2.1 I'm getting less of these (It still comes from time to time though), so for now it's acceptable. |
It's really annoying, trying to figure out how to increase this with |
Solution with increasing the max_old_space_size`` is discussed here. Closing due to inactivity. |
I'm getting a 'FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory error' while trying to sync changes using livesync. The only fancy stuff i'm doing is through the following function, which uses the native Android API to apply a linear gradient to a given View:
The log trace is the following:
What's strange is that this doesn't come up 100% of the time, and not only when I make a change to the file containing the setBackgroundGradient function... and when I restart livesync, it works perfectly fine, at least for the first compilation.
Any idea where that might be coming from?
The text was updated successfully, but these errors were encountered: