Memory handling by a 64bit Citrix server running instances of a 32bit app using WoW64 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T14:11:34Z http://stackoverflow.com/feeds/question/798359 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/798359/memory-handling-by-a-64bit-citrix-server-running-instances-of-a-32bit-app-using-w 0 Memory handling by a 64bit Citrix server running instances of a 32bit app using WoW64 mikeironside 2009-04-28T14:48:39Z 2009-11-10T22:07:11Z <p>Can a 64bit Citrix server running a 32bit app through WoW64 handle just as many instances/users as the 32bit Citrix server equivalent?</p> <p>And if so if I up the memory in the 64bit server will the number of instances/users scale too?</p> <p>Or are there some strange memory considerations with a 64bit server running a 32bit app?</p> http://stackoverflow.com/questions/798359/memory-handling-by-a-64bit-citrix-server-running-instances-of-a-32bit-app-using-w/1074636#1074636 0 Answer by Scott Hoffman for Memory handling by a 64bit Citrix server running instances of a 32bit app using WoW64 Scott Hoffman 2009-07-02T14:15:42Z 2009-07-02T14:15:42Z <p>Just as an example - We're currently piloting running a 32-bit app on 64-bit.</p> <p>Increasing memory on the server to around 12G (from 4), allows us to run around 130 instances of the app comfortably. On 32-bit, it's more like forty instances.</p> <p>Of course, Your mileage may vary.</p> <p>There may be other concerns to interest you though, especially printer drivers, depending on what solution you use there.</p> http://stackoverflow.com/questions/798359/memory-handling-by-a-64bit-citrix-server-running-instances-of-a-32bit-app-using-w/1711580#1711580 0 Answer by Remko for Memory handling by a 64bit Citrix server running instances of a 32bit app using WoW64 Remko 2009-11-10T22:07:11Z 2009-11-10T22:07:11Z <p>The constraints for a 32 bit Citrix (or Terminal) server are usually in the kernel resources: paged pool, non paged pool, session view space and system page table. On 64 bit OS this is no longer a limit so yes you could run more instances/users. At some point other resources like cpu and disk i/o will become a bottleneck of course.</p>