Link to home
Create AccountLog in
Avatar of IKtech
IKtech

asked on

esxi 4 with 2 VMs Recommendation for resource allocation

I am currently testing ESXi in a development environment with 2 VMs running both are 64 bit windows 2003 servers one is an app server running iis 6\coldfusion the other is the SQL server for the app server running sql 2008.  

The host is a Dell Power edge 2970 (processor = Quad core AMD opteron processor 2372 HE) with 4 logical processors  (4x2.094 ghz) with 8gb of RAM.  I am wondering what the best way to setup the resource allocation is.  Basically right now if i VM properties for both servers they are setup the same.  Both are using 8gb of memory and have 4 CPUs.
Avatar of coolsport00
coolsport00
Flag of United States of America image

You typically give the VMs the same resources as what the software specs are if the same software/app was on a phys box. So, what the SQL specs are, you give the VM those resource req's. For IIS, depending on traffic/utilization, you can start with 1 vCPU and a couple GB of RAM, then increase 1 or both if needed.

~coolsport00
SOLUTION
Avatar of coolsport00
coolsport00
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
I would go IIS Coldfusion 1 to 2 gb of ram 1 CPU and the SQL 2 CPU and 4 gb of ram and see how that runs.
Avatar of IKtech
IKtech

ASKER

I thought i might be worth mentioning the page file usage seems very high on the app server, right now it is at 6.38 GB.  Does that sound unusually high to any or you?
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of IKtech

ASKER

PF usage for the Sql server is at 1.80 GB.
This should help you determine your PF size "IKtech":
http://support.microsoft.com/kb/889654

~coolsport00
Avatar of IKtech

ASKER

I have limited the sql servers RAM and both vm's are running better.  Thanks for the info guys.