I have a 32 bit version of a .net application running in two different machines . One is 32 bit machine and the other is 64 bit machine.
In the 64 bit environment the 32 bit application runs in WoW64 environment.
The 64 bit machine configuration is 4GB RAM.
But the same application with the same workflow is consuming 500MB in 32 bit OS while it is taking more than 1GB in 64 bit OS and crashes.
I read the following articles related to this.
http://blogs.sepago.de/helge/2008/03/11/windows-x64-all-the-same-yet-very-different-part-5
http://blogs.citrix.com/2011/10/13/wow64-memory-mapping-of-32bit-apps-running-on-a-64bit-windows/
But their analysis is not deterministic. Had any one of you faced this issue? Are there any recommendations for a 32 bit app to run in 64 bit environment?