Hi there, I'm sure this has been asked but I couldn't find it. And it would need to be current for 256mb as we have now :) How many sites can I have, all will be simple few pages nothing much going on. 75% WP and 25% Drupal. I have at around 12 at the moment a couple of WP sites are at sub domains and probably get hardly any traffic. Does each account use up some memory resources? How much? I've got one Django site too. but it's not actually being used, it's installed. Thanks! asked 22 Mar '12, 22:35 joshcloud9 |
You are allowed to have as many sites as your resource limit allows, RAM, Disk, Bandwidth. Sites served on our Apache server will not use RAM by default, but there are some conditions where they will. To see your current memory usage use this command, ps -u <user> -o rss,command | grep -v peruser | awk '{sum+=$1} END {print sum/1024}' Where <user> is your username. The other resources, disk and bandwidth can be viewed within the control panel. answered 22 Mar '12, 23:00 johns |
Thank you. That was the first time I've logged in to a linux box (at Webfaction). Can you say newby :) Edit. Got it. Came back with 10.51 that sounds low! I presume that is mb out of 256mb. :) answered 22 Mar '12, 23:27 joshcloud9 Submit a support ticket within the control panel and we can paste the command and output with your real username.
(22 Mar '12, 23:30)
johns
|