Skip to content
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

app crashes due to memory limit if you open too many volumes #10

Open
neon-ninja opened this issue May 23, 2018 · 0 comments
Open

app crashes due to memory limit if you open too many volumes #10

neon-ninja opened this issue May 23, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@neon-ninja
Copy link
Member

DynamicHeapAllocator allocation probe 1 failed - Could not get memory for large allocation 67108864.
DynamicHeapAllocator allocation probe 2 failed - Could not get memory for large allocation 67108864.
DynamicHeapAllocator allocation probe 3 failed - Could not get memory for large allocation 67108864.
DynamicHeapAllocator allocation probe 4 failed - Could not get memory for large allocation 67108864.
DynamicHeapAllocator out of memory - Could not get memory for large allocation 67108864!
Could not allocate memory: System out of memory!
Trying to allocate: 67108864B with 16 alignment. MemoryLabel: DynamicArray
Allocation happend at: Line:559 in C:\buildslave\unity\build\Runtime/Utilities/dynamic_array.h
Memory overview

[ ALLOC_DEFAULT ] used: 26685748B | peak: 0B | reserved: 38797312B
[ ALLOC_TEMP_JOB ] used: 0B | peak: 0B | reserved: 2097152B
[ ALLOC_TEMP_BACKGROUND_JOB ] used: 0B | peak: 0B | reserved: 1048576B
[ ALLOC_GFX ] used: 204244956B | peak: 0B | reserved: 206569580B
[ ALLOC_CACHEOBJECTS ] used: 2144368B | peak: 0B | reserved: 10485760B
[ ALLOC_TYPETREE ] used: 0B | peak: 0B | reserved: 0B
[ ALLOC_PROFILER ] used: 2026880B | peak: 0B | reserved: 8388608B
[ ALLOC_TEMP_THREAD ] used: 32768B | peak: 0B | reserved: 2883584B
Could not allocate memory: System out of memory!
Trying to allocate: 67108864B with 16 alignment. MemoryLabel: DynamicArray
Allocation happend at: Line:559 in C:\buildslave\unity\build\Runtime/Utilities/dynamic_array.h
Memory overview

[ ALLOC_DEFAULT ] used: 26685748B | peak: 0B | reserved: 38797312B
[ ALLOC_TEMP_JOB ] used: 0B | peak: 0B | reserved: 2097152B
[ ALLOC_TEMP_BACKGROUND_JOB ] used: 0B | peak: 0B | reserved: 1048576B
[ ALLOC_GFX ] used: 204244956B | peak: 0B | reserved: 206569580B
[ ALLOC_CACHEOBJECTS ] used: 2144368B | peak: 0B | reserved: 10485760B
[ ALLOC_TYPETREE ] used: 0B | peak: 0B | reserved: 0B
[ ALLOC_PROFILER ] used: 2026880B | peak: 0B | reserved: 8388608B
[ ALLOC_TEMP_THREAD ] used: 32768B | peak: 0B | reserved: 2883584B

(Filename: C:\buildslave\unity\build\Runtime/Allocator/MemoryManager.cpp Line: 1090)

@neon-ninja neon-ninja added the bug Something isn't working label May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant