Reply to topic
ColdFusion VPS permormance
MarFan


Joined: 27 Oct 2008
Posts: 3
Reply with quote
I signed up with the CF VPS account, I disabled MSSQL and installed MySQL. I also installed an ftp server, that is all. I have very low performance. I am unable to run smartermail or any of the smarter apps. Has anyone else experienced any performance issues with this account? Currently I am only hosting 3 domains... A little frustrating.

-- thanks
Re: ColdFusion VPS permormance
lstockman


Joined: 17 Oct 2007
Posts: 1
Reply with quote
MarFan wrote:
I signed up with the CF VPS account, I disabled MSSQL and installed MySQL. I also installed an ftp server, that is all. I have very low performance. I am unable to run smartermail or any of the smarter apps. Has anyone else experienced any performance issues with this account? Currently I am only hosting 3 domains... A little frustrating.

-- thanks


Hello,

Have you opened a ticket with our support department? If so, could you provide the ticket number so we're able to look into this for you?

You should be able to run SmarterMail as well as SmarterStats depending on the setup of your VPS and the resources that the sites are using. What FTP server have you installed?
jamie
HostMySite Sales Rep
HostMySite Sales Rep

Joined: 19 Mar 2004
Posts: 858
Location: Newark, De
Reply with quote
There was a post by one of our other reps, Nate Coffield, that gave some stats on MySQL performance on Windows. I forget how it was arrived at, and can't seem to find the post now, however basically it said that MySQL runs 300% WORSE on Windows than it does on Linux. With that in mind, it may be beneficial for you to get a shared MySQL database and use that instead of running MySQL off your Windows VPS.
nathacof
Forum Admin

Joined: 24 Oct 2006
Posts: 192
Location: Dover, DE
Reply with quote
Reference: http://forums.hostmysite.com/viewtopic.php?t=9376
Josh
Forum Regular

Joined: 01 Apr 2004
Posts: 1047
Location: Felton, Delaware
Reply with quote
If you're running MySQL on a Windows VPS your low resources are going to cause most of the issues. So I'll quote...

One of the main things you can do to ensure that MySQL is able to run fast and effectively within your VPS is to ensure that MySQL has its dynamic durability settings enabled - this will mean setting a certain value for the ‘innodb_flush_log_at_trx_commit‘ option which is located within the MySQL configuration file; there are 3 main values which you are able to change this option to, these are: 0 - with this value, Innodb will flush the log approximately once per second, 1 - this should be chosen if you have high durability requirements since log records will be automatically pushed to the disk on transaction commit, 2 - this will ensure that data is flushed to the operating system cache.

You should consider changing ‘key_buffer size‘; this option can end up taking up as much as 30-40% of the memory which you have available on your VPS, although this is only really applicable if you have chosen to use MyISAM tables within your MySQL database server setup to serve your website. Another option which you should consider changing is ‘innodb_buffer_pool_size‘; this option is only applicable to you if your tables are using the Innodb framework since they are much more sensitive to the buffer pool size than MyISAM tables are.


http://blog.eukhost.com/webhosting/optimizing-vps-performance/
ColdFusion VPS permormance
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic