to add to this - the amount of memory required for each session is going to depend entirely on what your applications are putting in client session scopes. How much information you put in a session and how much traffic your site(s) receive will have an impact on your memory requirements. Also worth noting is that all of your JRun instances share a JVM.config file by default - I recommend profiling your application usage and creating seperate JVM config files for each instance - this will help you control memory allocation (for the JVM Heap) as needed.
~Simon Simon Horwith CIO, AboutWeb - http://www.aboutweb.com Editor-in-Chief, ColdFusion Developers Journal Member of Team Macromedia Macromedia Certified Master Instructor Blog - http://www.horwith.com Dave Watts wrote: >>I'm researching a machine configuration for running CFMX (most likely >>version 6.1) where I can run multiple instances which will be >>connecting to Oracle Databases. >> >>I am trying to find information for how much physical memory each >>session in the CFMX server will use (not counting the memory that is >>required for Oracle connections); does anyone either know roughly >>what this is or where I can find additional information that would >>help me determine this? >> >> > >This is a very tough question, because the memory footprint for each >instance will depend upon what exactly that instance is doing. On my Windows >development machine, an instance that isn't doing anything at all consumes >about 40 MB, but an instance that's doing anything can consume significantly >more memory (as it should). > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ > >Fig Leaf Software provides the highest caliber vendor-authorized >instruction at our training centers in Washington DC, Atlanta, >Chicago, Baltimore, Northern Virginia, or on-site at your location. >Visit http://training.figleaf.com/ for more information! > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5676 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.8 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
