LAA bit (might increase FPS on high-end rigs)

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: deltaconnected.4058

deltaconnected.4058

I don’t remember if I set it or it’s linked with it by ANet and -repair doesn’t change my GW2.exe, so someone else check if the Large Address Aware bit is set. If it’s not, might give 4.0GHz+ Sandy’s and Ivy’s a boost in LA and WvW.

http://www.techpowerup.com/forums/showthread.php?t=112556

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: lcizzle.8219

lcizzle.8219

Its already LAA enabled, no worries.

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: Alpha Dragon.4576

Alpha Dragon.4576

Well tested on mine original was set for LAA and it’s already set to LAA as well.

- Dare to be Different –
Eternal Breaker[ExB] || Sanctum of Rall

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: deltaconnected.4058

deltaconnected.4058

Yea, figured as much. Had a little hope

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: AndyPandy.3471

AndyPandy.3471

“LAA” is the reason why changing from a 32bit OS to a 64Bit will solve those pesky out of memory errors. GW2 uses around 2GB memory on longer WvW sessions, which unfortunately is exact the maximum amount a 32bit OS will allow per process. With LAA on 64bit this is lifted, therefor no crash.

The only problem i have is: WHY the heck is the application crashing? There is a “out of memory” error return code for every memory allocation function u call. If your memory malloc fails, do a D3D texture memory flush, this normally frees up the managed system memory, which will allow to prevent this kind of error.

This is lazy beginners coding and memory handling only PC company’s can get away with. If u run out of memory on a PC and have no fallback or error handling in place, your memory management system simply sucks!

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: VirtualBS.3165

VirtualBS.3165

On a 64-bit OS, 32-bit programs with LAA are still limited to a maximum of 4GB of mem usage.

For unlimited maximum mem usage, the executable needs to be 64-bit.

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: Refraction.1892

Refraction.1892

the LAA flag is ultimately ignored in 32bit operating systems by default, however you can get it to have “some” effect by enabling whats called the “3GB flag”

If you google “3GB Flag your operating system 32bit” so for example “3GB Flag Windows XP 32bit” it will tell you how to enable it.

Nothing to lose in trying :P

Here is some more information on it: http://www.zhihua-lai.com/acm/large-address-aware/

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: AndyPandy.3471

AndyPandy.3471

“On a 64-bit OS, 32-bit programs with LAA are still limited to a maximum of 4GB of mem usage.”

While true, most games only use 1.5-3GB available memory. So fixing the 2GB process limit is what helps those memory hungry games. So while a 64bit executable would be optimal, a 32bit + LAA is a working compromise.

@Refraction.1892, thx i tried this once, but did forget about this! Now i already have switched from a 32 to 64bit OS, but others may try this first, since u can just “upgrade” from a 32 to 64bit OS, which means lots of reinstalls.

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: VirtualBS.3165

VirtualBS.3165

Bottom line is, if you have 4GB of RAM, there’s no valid reason for not running a 64-bit OS, especially since when you buy any version of windows, your license entitles you to both the 32-bit and 64-bit versions of the OS.

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: Refraction.1892

Refraction.1892

Not if it’s Windows XP :P

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: AndyPandy.3471

AndyPandy.3471

Just noticed the OP topic: “LAA bit (might increase FPS on high-end rigs)”

Why does everyone assume more available memory has anything to-do with FPS? At best it reduces loading times and prevents “hick-ups” from page swapping on HDD and in GW2 case prevents this out of memory crash.

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: Fu Ling U.6918

Fu Ling U.6918

“Bottom line is, if you have 4GB of RAM, there’s no valid reason for not running a 64-bit OS,”

I know a very good reason: my tv-card (PVR-150) does not work with a 64-bit windows version with 4GB or more memory installed

LAA bit (might increase FPS on high-end rigs)

in Account & Technical Support

Posted by: VirtualBS.3165

VirtualBS.3165

@Fu Ling U.6918, there you go!

(edited by VirtualBS.3165)