Friday, December 14, 2012

Android Virtual Device Failed to allocate memory: 8

I found the answer here:
http://stackoverflow.com/questions/7222906/failed-to-allocate-memory-8

Full error:
Failed to allocate memory: 8 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

fix:
Lower the amount of RAM allocated for the virtual machine.


No comments:

Post a Comment

ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor'

 I tried a couple things, downgrading, reinstalling, followed some github links talking about /usr/local/lib/python3.10/dist-packages/basics...