Site memory allocation - HOW TO ?

Discussion in 'Site Programming, Development and Design' started by polchuk, Nov 2, 2011.

  1. Hi,

    I would like to simulate hosting conditions on my dev. box.
    Does anybody know where "Site memory allocation" can be tuned???

    WBR,
    Vitaliy
     
  2. I'm afraid it would be hard to simulate the server's allocation in your local environment considering the many variables run on the server.

    However, this is the condition (allocation) on the server
    100 MB of memory for the Basic plan and 200 MB of memory for the Max and Ultimate plan.
    70% of CPU time.
     
  3. Hi Allegro13,

    I am trying to figure out how to set these conditions (restrictions) 200Mb and 70% CPU.
    Are they settings of IIS or the Application Pool?
    Or do you use any other tool?

    Thanks in advance,
    Vitaliy
     
  4. You can try this on your IIS7 manager

    add the web site in your local host then go to 'application pool' directory look for the site you just added, right click 'advanced setting' make sure the Process model identity is set to application pool.

    under CPU fill 700 on the 'limit', under process model leave '20' on the idle time out, under 'recycling' fill the private memory limit (100MB basic plan, 200MB ultimate plan) - convert them to KB
     
  5. Great!
    Thanks for your answer
     
  6. anytime
     

Share This Page