Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Sea_Interactive · Apr 07, 2015 at 01:09 AM · memorysystemoutof

System out of memory when opening a project

Hi, when i open a project (doesnt matter what project) in Unity 5 i get this error:

Could not allocate memory:System out of memory!

Trying to allocate: 34359738360B with 16 alignment. MemoryLabel:Dynamic Array

Allocation happend at Line 370 in C:\buildslave\unity\build\Runtime/Utilities/dynamic_array.h

Memory overview [ALLOC_DEFAULT] used: 45520175B | peak: 0B|reserved: 262144B

[ALLOC_GFX]used:4485216B|peak: 0B | reserved: 17825792B

[ALLOC_CACHEOBJECTS] used:1172288B|peak: 0B| reserved: 18874368B

[ALLOC_TYPETREE] used:32776B|peak: 0B| reserved: 1048576B

[ALLOC_PROFILER]used:83901792B|peak:0B| reserved: 92274688B

I even get this error when i open a just created project!! Does anyone know how to fix this???

Comment
Add comment · Show 3
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Owen-Reynolds · Apr 07, 2015 at 02:46 PM 0
Share

By just created, you mean "Unity->create New Project." Then you close Unity and re-open?

Or, you just created it, with some of your assets, code, etc... in it (in theory, one of your gameObjects could accidentally be demanding all that space.)

avatar image Sea_Interactive · Apr 07, 2015 at 03:27 PM 0
Share

I have it with all my projects even epmty one's :(

avatar image Dani-bro · Jun 28, 2016 at 07:50 AM 0
Share

Hi Thanks everyone for helping.I was having the same problem with unity.It made me delete unity. I'll be careful next time. Thanks again....

8 Replies

· Add your reply
  • Sort: 
avatar image
2
Best Answer

Answer by VileDog · Apr 27, 2015 at 03:52 AM

My Problem was gone just after: 1. Full uninstall ALL Unity's 2. Manually search & delete all Unity folders 3. Clean regestry with CCleaner 4. Manually search & destroy rest of all unity regestry entries. 5. Reboot 6. Install Unity.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Sea_Interactive · Apr 29, 2015 at 08:32 AM 0
Share

thnks man

avatar image SteveKouts · Apr 22, 2017 at 09:23 AM 0
Share

This doesnt work for me cant open my project and its a 2D project. I dont get it. And cant submit a bug report either because its taking like an hour to do that! Unity 5.4.2 !][1] alt text

crash.jpg (106.2 kB)
avatar image
5

Answer by mjl09 · Apr 26, 2015 at 07:13 PM

On windows 7 (unity 5) i just had this and fixed it by deleting the contents of the cache folder.

C:\Users\"current User"\AppData\LocalLow\Cache

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Maverick1199 · May 22, 2015 at 04:16 AM 0
Share

This was my problem thank you.

avatar image
5

Answer by DrShikura · Nov 29, 2015 at 03:59 PM

Sorry to bump an old post, but I confirm; deleting the cache fixes the problem. I didn't have an %APPDATA%\LocalLow\cache folder. I went to %APPDATA%\LocalLow\Unity. In there, I found The folders "Browser," "Caches," and "WebPlayer." All 3 of them have caches to delete inside of them. My cache was over 10GBs and I fixed my error by deleting it.

Anyone who comes in here from Google can have a fix that took me a long time to find.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image hongho-qng · Apr 28, 2017 at 03:03 AM 0
Share

Thank you! It works for me.

avatar image biabianm · Jun 22, 2017 at 10:38 AM 0
Share

This solution also saved me! Thanks for all!

avatar image
1

Answer by $$anonymous$$ · Jan 17, 2016 at 05:44 AM

This issue still exists. I just deleted 10.1 GB from my GICache folder, and problem seems to be gone. Unity 5.3.1f1.

Comment
Add comment · Show 3 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image marshalmraj · Jul 18, 2016 at 04:04 PM 0
Share

I WAS NOT ABLE TO FIND CACHES FOLDERS IN $$anonymous$$Y LAPTOP PLEASE HELP $$anonymous$$E !

capture.png (45.5 kB)
avatar image $$anonymous$$ · Jul 20, 2016 at 07:48 PM 0
Share

It can be done inside the Unity editor itself. From within Unity, go to EDIT -> PREFERENCES -> GI CACHE -> and click the "Clean Cache" button.

avatar image joelbb · Mar 27, 2019 at 09:53 PM 0
Share

Worked on Unity 2018.1.3.

avatar image
0

Answer by Stepan777 · Mar 26, 2017 at 08:15 PM

C:\Users\Степан\AppData\LocalLow\Unity\Caches\GiCache

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

18 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

helpme RPC 1 Answer

ArgumentOutOfRange Exception 1 Answer

Why is this array out of length? 1 Answer

unity out of memory? 2 Answers

IndexOutOfRangeException 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges