Memory handling by a 64bit Citrix server running instances of a 32bit app using WoW64 - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T14:11:34Zhttp://stackoverflow.com/feeds/question/798359http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/798359/memory-handling-by-a-64bit-citrix-server-running-instances-of-a-32bit-app-using-w0Memory handling by a 64bit Citrix server running instances of a 32bit app using WoW64mikeironside2009-04-28T14:48:39Z2009-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#10746360Answer by Scott Hoffman for Memory handling by a 64bit Citrix server running instances of a 32bit app using WoW64Scott Hoffman2009-07-02T14:15:42Z2009-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#17115800Answer by Remko for Memory handling by a 64bit Citrix server running instances of a 32bit app using WoW64Remko2009-11-10T22:07:11Z2009-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>