Will 256mb Be Enough

Jun 14, 2007

I'm considering VPS hosting for a web application, which is a typical PHP/MySQL web app, but with some extra code modules for XML parsing and full-text search etc. These modules will surely have an overhead (as compared to a simple data-driven web app) once the web app starts handling concurrent users.

Looking at various VPS plans out there, I was wondering if 256mb RAM will suffice to cater a web application described above. Besides this web app, I do not plan to run anything else on the server (so server processes will be quite restricted). But I certainly don't want the server to crawl down (due to CPU and RAM usage). Thinking about it, 256mb "sounds" too small a number for a server, but hey I'm new to VPS anyways

--
More about the web app: Technically, the website I plan to launch is a typical multi-user PHP/MySQL web application, but one particular PHP script (a search engine script which uses complex database queries and stored procedures) will be invoked very frequently (can't predict how frequently as yet) for database processing (keyword search) and returning some results back to the client.

View 14 Replies


ADVERTISEMENT

256mb RAM VPS - To Cpanel Or Not

May 26, 2008

I need a small VPS for testing and development.

I have read many comments that cpanel on a 256mb VPS is pretty tight.

However, I have not seen many comments about cpanel VPS optimise

[url]

Do any of you have experience about this ?

Is is safe to run the cpanel VPS optimise on a 256mb VPS?

View 14 Replies View Related

Is 256MB Of Ram Enough For A Server

Jan 16, 2008

I am searching for a new webhost, as my current one has been having ongoing problems for the last year or so.

I am considering this plan at hostmysite.com:
[url]

However, it says that it uses 256MB of ram ... is this enough? It's just that it sounds low to me, but I don't know much about server configuration. I willing be hosting 12 sites there right away, and adding as time goes on.

View 20 Replies View Related

256mb 512mb? Vps

Apr 21, 2007

Is there a big difference to 256MB/512MB VPS solution Burstable to 1GB/2GB when dealing with low volume site.

Will response time increase much or just scalability?

View 8 Replies View Related

Is A 256mb VPS Enough For My Blog

Oct 10, 2007

I'm currently on a 256mb RAM VPS plan with CPanel included at GoDaddy and hosting a wordpress blog which gets around 3000 uniques a day. My blog won't even last a day before the server crashes.

Now I've turned almost all plugins and turned off mail services and optimised MYSQL and HTTPD according to some articles on this forum, so I'll see how it turns out tomorrow. But I've still got a lot of functionality I want to add to the site.

It seems to be that this basic VPS plan is inadequate for my demands. Would anyone agree with this? (I got one opinion from another forum, saying it's definitely inadequate)

View 14 Replies View Related

VPS 256MB Ram And Cpanel VPS Optimized

Jun 11, 2008

Maybe there are already many topics about it,but i got lost.

Is it possible to run c-panel vps optimized on 256mb ram?

Or is it better to use another control panel on 256mb Ram?

View 14 Replies View Related

Httpd.conf Help On A 256mb VPS By Webkeepers

Oct 22, 2009

I am using a VPS provided by webkeeprs, and actually my site got quite amount of traffic everyday, sometime when it at peak, by then website won't load, and got blank page.

Check with the resourses used, I only got 256mb in ram, and it always show "RED" and which had consumed 240mb on ram already at peak time.

Here is my setting of my httpd.conf file, I am looking for some expert who may give me a hand on this setting:

=============================================================
ServerTokens ProductOnly
ServerRoot "/etc/httpd"
PidFile run/httpd.pid
Timeout 180
KeepAlive On
MaxKeepAliveRequests 88
KeepAliveTimeout 3
<IfModule prefork.c>
StartServers 15
MinSpareServers 10
MaxSpareServers 20
ServerLimit 100
MaxClients 90
MaxRequestsPerChild 30
</IfModule>
#<IfModule worker.c>
#StartServers 1
#MaxClients 10
#MinSpareThreads 1
#MaxSpareThreads 5
#ThreadsPerChild 1
#MaxRequestsPerChild 0
#</IfModule>

Listen 80

LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_alias_module modules/mod_authn_alias.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule include_module modules/mod_include.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule logio_module modules/mod_logio.so
LoadModule env_module modules/mod_env.so
LoadModule ext_filter_module modules/mod_ext_filter.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule expires_module modules/mod_expires.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule info_module modules/mod_info.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
LoadModule actions_module modules/mod_actions.so
LoadModule speling_module modules/mod_speling.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule cache_module modules/mod_cache.so
LoadModule suexec_module modules/mod_suexec.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule version_module modules/mod_version.so

Include conf.d/*.conf
ExtendedStatus Off
User apache
Group apache
#ServerAdmin email@msn.com
#ServerName
UseCanonicalName Off
DocumentRoot "/var/www/html"

<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>

<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<IfModule mod_userdir.c>
UserDir disable
</IfModule>

DirectoryIndex index.html index.html.var index.shtml index.cfm index.php index.htm
AccessFileName .htaccess

View 13 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved