Activity Stream
48,167 MEMBERS
6815 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1.     
    #1
    Member

    Default Running Apache on 128MB RAM?

    is this possible? i tried it myself, with a bit tweaking & optimizing
    but always end up having my 128 RAM swallowed mostly by apache.
    masterbator Reviewed by masterbator on . Running Apache on 128MB RAM? is this possible? i tried it myself, with a bit tweaking & optimizing but always end up having my 128 RAM swallowed mostly by apache. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Yeah, i'd say you'd better run nginx + php-fpm

    apache is so heavy...

  4.     
    #3
    Banned
    using the following codes on centos
    yum -y install httpd
    yum -y install mysqld mysql-server
    yum -y install php php-mysql
    yum -y install php-gd php-imap
    service httpd start
    service mysqld start

    i am able to run a website with not more than 50mb of ram without any control panel

  5.     
    #4
    Banned
    just don't use any control panel

  6.     
    #5
    Member
    128MB would be enough depending on your situation. ie
    having 50,000 people a day downloading stuff vs. a simple personal blog.
    For a simple webserver I think it should be fine.

  7.     
    #6
    Banned
    Website's:
    FusionWarez.info SmokeHost.net Leechers.co
    nGinx + PHP-FPM

    Or just do this:
    yum -y install httpd
    yum -y install mysqld mysql-server
    yum -y install php php-mysql
    yum -y install php-gd php-imap
    service httpd start
    service mysqld start
    You don't really need Apache. It depends.

  8.     
    #7
    Banned
    Website's:
    KWWHunction.com
    It does depend, What are you needing apache for ?

  9.     
    #8
    Member
    Quote Originally Posted by DLow View Post
    It does depend, What are you needing apache for ?
    just for hosting 1-2 blogs with low traffic


    it's a 64MB vps actually which is burstable to 128MB

  10.     
    #9
    Member
    I would suggest you look into lighttpd or nginx, nginx prefered, since it's much better at handling connections then lighttpd.

    setup mysql, nginx, tune the mysql for low memory, maybe introduce some disk caching on static content (if running wordpress)

    We have clients running setups like this.

  11.     
    #10
    Member
    Website's:
    florijan.net
    Running nginx is a must, now if you run PHP-FPM set the one pool and set it to use few workers. You will see what is the memory usage of each PHP-FPM child, however running a web server on 64 MB machine would need certain drastic drawbacks, as not using MySQL (or disabling the InnoDB storage and optimizing MySQL for this low-level environment). Better yet is to use a remote MySQL database or use SQLite for that matter.

    Also, if you set caching in nginx be prepared for it to eat up some memory too, if disable it you should have a web server running happily under 45-50 MB.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HTTPZoom - 128MB RAM VPS ?12/year (UK)
    By httpzoom in forum VPS Hosting Offers
    Replies: 3
    Last Post: 20th Aug 2012, 01:49 PM
  2. free vps 128MB RAM
    By safefake in forum Contests & Giveaways
    Replies: 7
    Last Post: 5th Apr 2012, 04:12 AM
  3. Need Help - Running php as apache module instead of php-cgi on kloxo
    By Enigmatic in forum Technical Help Desk Support
    Replies: 0
    Last Post: 1st Oct 2011, 09:17 PM
  4. is 128mb RAM enough??
    By souvikroy1111 in forum Hosting Discussion
    Replies: 8
    Last Post: 31st Jul 2011, 11:18 AM
  5. Running rapidleech on Apache or Lighttpd?
    By kohkindachi in forum Technical Help Desk Support
    Replies: 10
    Last Post: 28th Nov 2010, 12:21 PM

Tags for this Thread

BE SOCIAL