Database Error Messages

ACFS-07155

An attempt to initialize a low-fragmentation memory heap failed.
string will attempt to continue with the standard memory heap but may run out of memory.

Cause

A call to the Windows HeapSetInformation function failed. Refer to the accompanying message(s) for more information on the error.


Action

The program will automatically attempt to continue with the standard memory heap but could run out of memory. No further action is required unless there is an error using the standard memory heap. To use low-fragmentation heaps, refer to Microsoft documentation on GlobalFlags values for executables that are not compatible with low-fragmentation heaps. Then use the regedit utility to unset those flags on the executable.