Still getting heap space problems
-
So I've set the compiler option /bigobj but that doesn't seem to fix the out of heap space fatal error on Visual Studio, 50% of the time it fails with this - I can sort-of help things along by rebooting my machine and immediately running HISE (so nothing else running at all) but its worrying...
Any one else having this problem? Anyone got any additional suggestions?
-
@Lindon maximum file size of the embedded files has a limitation of 50 mb. Are you using big images?
-
@orange - nope - std images , plus a limited number of IRs (sometimes none), and no loop audio...
-
@Lindon Lindon
Check The Font Size, ( If You have Custom Ones)
I Faced with the same Issue Last week, With an almost Empty Project.
And found out the Fonts Were Too big, Like 6 M.b And 10 styles. So Easily Jumped into The 90 M.b In Dll Size. -
I just ran into this when opening older projects on my new rig. Images and binary are way below 50mb.
Did a little searching and found that this may happen if Visual Studio doesn't use the 64 bit toolset. I think it's some kind of global change between VS2017 and 2019.
Manually setting the architecture in Environmental Variables fixed the problem for me.
https://phoenixnap.com/kb/windows-set-environment-variable -
@dustbro HERO!!!
-
@christoph-hart Glad I could finally help YOU for once :beaming_face_with_smiling_eyes: