Out of memory

From RAD Studio
Jump to: navigation, search

Go Up to C++ Linker Error and Warning Messages

The linker has run out of dynamically allocated memory needed during the link process. The total working storage is exhausted. This error is a catchall for running into a limit on memory usage. This usually means that the object files being linked together have defined too many modules, externals, groups, or segments.

Solutions

For ILINK32, you can try reducing size of active RAM disks and/or disk caches. Close one or more applications to free memory.

For ILINK64, see the workaround described in Using ILINK32 and ILINK64 on the Command Line.

See Also