Reference Guide
184 Chapter 8
Diagnostic Messages
Limit Error Messages
Increase the system swap area.
7202 MESSAGE init_link: out of memory.
(7202)
CAUSE Compiler ran out of virtual memory.
The compiler attempted to allocate
some dynamic memory, and the
system was unable to provide the
memory.
ACTION See message 7200. Check the system
limits because other processes might
be running that also allocate dynamic
memory.
Break up your compilation module
into smaller pieces, and compile them
separately.
Increase the system swap area.
7203 MESSAGE allocate_bytes: out of
memory. (7203)
CAUSE Compiler ran out of virtual memory.
The compiler attempted to allocate
some dynamic memory, and the
system was unable to provide the
memory.
ACTION See message 7200. Check the system
limits because other processes might
be running that also allocate dynamic
memory.
Break up your compilation module
into smaller pieces, and compile them
separately.
Increase the system swap area.
7204 MESSAGE error in writing to output
file. (7204)
CAUSE I/O error writing to object file.