Out of heap space ...
-
@arminh - first restart your machine - delete the build folder from your project - open HISE only and try again - that often works for me, otherwise:
-
@Lindon ok i see this /bigobj flag but where i need to use it? In hise? VC? I have to recompile hise again?
-
@arminh in VC - in your plug-in project.
-
I tried restart, clean build etc but nothing seems work. Im building hise with bigobj ... :(
-
Maybe you manually have to remove the PooledResources so HISE is forced to recreate them?
-
This heap error occurs when i add image to last slider. When slider has default appearance. But still images folder is under 50mb.
-
Even with /bigobj i have this issue ...
-
Ok i found solution ... my virtual machine has only 2gb of ram
-
@arminh Armin, MAte Could You Send A Screenshot Of Where Did You Added That Flag?
Thanks -
Yep, will have to deal with this soon , would be nice to have more info.
-
Google, second entry:
https://stackoverflow.com/questions/8225078/how-to-set-compile-flag-bigobj-in-visual-studio
The only thing that's special to HISE is that you might have to set this flag in the
Project_SharedCode
project and not theProject_VST
one... -
@Christoph-Hart what is the equivalent in Xcode ?
-
@lalalandsynth said in Out of heap space ...:
@Christoph-Hart what is the equivalent in Xcode ?
XCode doesnt barf like VisualStudio <- the ONLY advantage I've found so far in Mac development...