Cause: The program unit is too large to decode in a single memory allocation. You may loose the incremental compilation feature.
Action: Divide the program unit into several smaller program units so that you can decode each program unit in a single memory allocation.