Separation of memory oriented process and CPU oriented process

Posted by Jeevan Dongre on Server Fault See other posts from Server Fault or by Jeevan Dongre
Published on 2012-10-07T05:04:29Z Indexed on 2012/10/07 9:40 UTC
Read the original article Hit count: 227

I am develops guy working for an e-commerce company I am running my e-commerce application built using ruby on rails spree commerce. I am presently running 2 medium instances in the production. One is a high memory instance which has 3.8 RAM and single Core CPU and another one is high CPU instance which has Dual Core CPU. Basically AWS calls it has m1.medium and c1.medium instance respectively. My question is it possible to separate the processes according the cpu intense and memory intense? So that all the cpu intense process can be made run in high cpu instance and all the memory intense process can be made to run in the high memory instances. Is any tool available to identify those process. Kindly give me some heads up. Thank you

© Server Fault or respective owner

Related posts about amazon-web-services

Related posts about ubuntu-10.04