-nomap: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Troubleshooting|N]]
[[Category:Troubleshooting|N]]
[[Category:OFP Startup Parameters|N]]
[[Category:Operation FlashPoint: Startup Parameters|N]]


'''-nomap''' is an [[:Category:OFP_Startup_Parameters|OFP Startup Parameter]], which forces OFP to avoid memory mapping for file access.
'''-nomap''' is an [[:Category:OFP_Startup_Parameters|OFP Startup Parameter]], which forces OFP to avoid memory mapping for file access.

Revision as of 04:37, 1 July 2006


-nomap is an OFP Startup Parameter, which forces OFP to avoid memory mapping for file access.

While memory mapping is very efficient from a performance point of view, it can quickly fill all available virtual space, causing various memory allocation errors or even driver crashes or freezes.

This switch is especially important for users with display adapters with large amounts of VRAM (128MB or more), which reserves a lot of virtual addresses in the application address space for themselves.