Page 1 of 1

Giving XnView 4Gb memory with LargeAddressAware

Posted: Sat May 08, 2010 2:55 pm
by sngbrdb
Not a question, just something I thought I would pass along. In Windows, 32-bit applications are limited to 2GB of process memory, even in a 64-bit OS (e.g. Windows 7)... Working with large files in XnView (>2MB) gave me trouble getting more than 9 or 10 open at a time; I'd get an out-of-memory popup. The trick is to edit the XnView executable using editbin and the /largeaddressaware switch. This allows the process to access 4GB of memory, letting you open substantially more images at once.

A picture:

Image


.

Re: Giving XnView 4Gb memory with LargeAddressAware

Posted: Sat May 08, 2010 4:57 pm
by oops66
Hello, +1, I support !