F1014 Failed to allocate SAVEmem (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index


The compiler was unable to allocate the requested savemem (the memory used for PDHs, set using --savemem option).

This error can occur when trying to use the --savemem=value option in a low memory environment, and reserving the memory block of size=value fails.

For more information about the --savemem option, please see the C++ Compiler Advanced page.

See Also