Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Error Messages - <b>5306 conventional memory exhausted</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 5306    Conventional memory exhausted

     Explanation:  This is an "out of memory" message that indicates that
     the CA-Clipper application no longer has sufficient conventional memory
     available to continue.

     Specifically, this error occurs when the virtual memory system attempts
     and fails to bring a VM segment memory into conventional memory that has
     been swapped out to disk or expanded memory.

     Action:  Make more conventional memory available to the VM system.
     This can be done in several ways:

     1. Increase the amount of conventional memory available before running
        the application (by removing TSRs, making use of a 386 memory
        manager, etc.).

     2. Dynamically overlay C and ASM code.

     3. Ensure that any C or assembly language code in use is making use of
        the virtual memory system if it is doing dynamic memory allocation.
        Any memory allocated using the Fixed Memory Allocator functions
        (_xalloc() and _xgrab()) reduces the amount of conventional memory
        available if it is not immediately freed.

     See Also:  Error 5302 in this chapter, "VM API" chapter of the
     Technical Reference Guide.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson