View Single Post
10/26/15, 10:57 AM   #6
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Originally Posted by QuadroTony View Post
any1 tried to use key in windows to force 32bit soft to use more than 2 gb ram?
i mean /3GB and /USERVA

but the *.exe also must be compilated with the key /LARGEADDRESSAWARE
interesting, eso.exe compilated with /LARGEADDRESSAWARE or not?
I used /3GB when I still used windows. AFAIK /LARGEADDRESSAWARE is just a flag, so if the .exe was compiled without it, you can edit its PE header, set the flag, and it will work.
http://www.heaventools.com/PE-file-header_viewer.htm -> Characteristics -> 0x0020


edit: I checked eso.exe and it does have the flag
Characteristics 0x122
executable
large address aware
32 bit words

edit 2: oh and btw, I'm playing on linux and eso.exe happily consumes 3.5GB of memory, at which point it freezes. So yes, it definitely knows how to use 3GB

Last edited by merlight : 10/26/15 at 11:03 AM.
  Reply With Quote