amuck-landowner

Search results

  1. sleddog

    PHP - optimization/limiting RAM - low RAM use

    And as @zzrok said, aim for php 5.4. It's much more memory-efficient than 5.3 or earlier.
  2. sleddog

    PHP - optimization/limiting RAM - low RAM use

    PHP 101: - The memory consumption of a PHP process is determined by the app it's running. A process running a "Hello World" script will consume very little memory. A process running Wordpress will consume a helluva lot more. - If you're serving a lightweight script, you can run a lot more...
  3. sleddog

    PHP - optimization/limiting RAM - low RAM use

    /etc/php5/fpm/pool.d/www.conf pm = ondemand pm.max_children = 2   ...tweak max_children to what your memory can safely support.
  4. sleddog

    hubiC by OVH 25 GB of free storage in the cloud!

    No Linux desktop support but hey, it's free, and the web app is nice.
  5. sleddog

    Running your own small ftp server

    Awesome. FTP with secure login is excellent in my opinion. Way out-performs SFTP in transfer performance and memory usage. # Force encrypted logins for non-anonymous force_local_logins_ssl=YES # Force encrypted data transfers for non-anonymous force_local_data_ssl=YES May want to explain...
  6. sleddog

    ColoCrossing and vpsBoard

    Not sure what this post was intended to achieve. Reported for abuse.
  7. sleddog

    ColoCrossing and vpsBoard

    Don't be so defensive... I didn't say you deleted anything, I just said it "disappeared". I typed, I clicked "Post", the page reloaded and my post was nowhere to be seen.
  8. sleddog

    ColoCrossing and vpsBoard

    OK, maybe I misunderstood you; I'm old and feeble and have no idea wtf an aqua teen is :)
  9. sleddog

    ColoCrossing and vpsBoard

    So you're a member of the clique. Congrats, enjoy. Seriously.
  10. sleddog

    ColoCrossing and vpsBoard

    Well I wrote a thoughtful reply to this thread, but it seems to have disappeared. TL;DR: vpsBoard has become the acknowleged CC-hate board.There is a clique that thrives on this, for the rest of us it's just rubbish.
  11. sleddog

    Google migrating to MariaDB MySQL !

    Tell that to the webapp developers :)
  12. sleddog

    Google migrating to MariaDB MySQL !

    MariaDB may provide better performance than MySQL, but it certainly isn't as lowend-able. If you want a small db using minimal resources then MySQL 5.5 is the way to go.
  13. sleddog

    Look what I found in the wild today!

    Jesus, do they always cause the pavement to crack like that? ;)
  14. sleddog

    512MB RAM 50GB DISK 2TB BW $15/yr | Native IPv6 | Crissic Solutions LLC

    Awesome. Hope I didn't sound like I was complaining, 'cause I wasn't :) Disk speed is completely usable. And network has been perfect.
  15. sleddog

    Lowendbox.com is DOWN

    Why do you care? For god's sake get a life beyond anything related to CC.
  16. sleddog

    512MB RAM 50GB DISK 2TB BW $15/yr | Native IPv6 | Crissic Solutions LLC

    I have an OVZ1024 and I've been quite pleased with it. Disk access is a bit pokey but that's probably because of an influx of new accounts. Hopefully it'll settle down. Overall, SkylarM is doing a helluva great job!  
  17. sleddog

    Yearly Promotions | 512MB RAM 50GB DISK 2TB BW $15/yr | Crissic Solutions LLC

    Can I upgrade a current plan? 256MB @ $2/month -> 1024MB @ $28/year ?
  18. sleddog

    Running your own mail server

    I agree with this. Mail setup should be modular. First, the core setup that gets mail flowing, then the 'addons'. Each addon needs to be evaluated and an informed decision made as to whether or not it appropriate or required. The newbie mail admin really needs to understand how all the...
  19. sleddog

    Slimming down a mail server

    Do you have innodb enabled? That might account for the memory usage. I run a postfix/dovecot/mysql mailserver with about 150 users. Mysql uses about 14 MB RAM and averages about 1 qps. Post your my.cnf and we can compare....
Top
amuck-landowner