Lotus Notes Error
Answers (2)
This is a memory error that cannot be solved by adding additional physical memory. You can google on heap memory to learn more, but in essence, it is a reserved block of memory used by programming languages, and once that reserved block is full, the program demanding the space will be unable to find sufficient heap space to continue. If I recall correctly, the various Windows heaps were 64 k in size, and the usual reason for running out of heap space, is badly written software which does not correctly free up the heap space after using it.
Lotus is one of the leading examples of badly written windows software (in my personal experience), and it is likely that Notes is the cause of the error. It would be worth checking with Lotus to make sure you are at the latest patching level and also to check in their support forums (assuming they have them) whether this is a known error.
You might also want to check that your hardware has the latest drivers, especially the video card/chipset, as one of the heaps that Windows creates is the GDI heap which is specifically for the video subsystem. If the driver is acting badly it may also be contributing to the problem.
It is unlikely to be an NSF file corruption.