- Home /
unity out of memory?
How much memory is Unity allowed to use (everything in SystemInfo.systemMemorySize)? How does Unity respond when it runs out of memory-- crash? out of memory error? null pointer exceptions?
Answer by bowditch · Mar 24, 2010 at 07:55 PM
How much memory is Unity allowed to use?
You can open up your Mac's Activity Monitor to see how much the app is using
(~/Applications/Utilities/ActivityMonitor.app)
How does Unity respond when it runs out of memory-- crash? out of memory error? null pointer exceptions?
You may want to check this Unify Community thread out as well.
Also, Unity's Profile is pretty useful (Pro Only)
Answer by Orion 1 · Jun 28, 2010 at 10:18 AM
From my own experience I can tell, Unity can use up memory until your system runs out of free physical memory (in my case that was around 2GB). Then the application becomes very very slow for a few seconds and Unity crashes to desktop.
Your answer
Follow this Question
Related Questions
Profiler got 2 Texture2D fields ? 0 Answers
iOS Profiler: What to look for 0 Answers
Memory in Profiler not correct with Empty scene 1 Answer
GPU (render time) increase if screen size increase 1 Answer
Very Bad Performance on Android 3 Answers