Bryan Choo
Customer
Please help, my forum loads much faster now but i'm having memory issues which i have never had before. Before VBoptimize my site loaded slowly but after it it loads fast but it keeps going down throughout the day whenever the memory limit is exceeded. My forum use to work perfect with a 500MB memory limit. I have now increased this to almost triple because of the resources used by VBoptiimse to 1,200MB a month and its still constantly hitting the limit and going down. My host says i need to scale it up to 1,600MB but that is way too expensive and the average is only 400MB!! Just that sometimes i suddenly have 1,600MB spikes over the day because of VBoptimize and im paying 80$USD a month instead of 30$ .
Some other info:
My server is Apache and everytime it hits the memory limit, the site goes down and restarts for 5 mins.
My host is dreamhost, im using a VPS and php 5.2 with xcache. myphpinfo() at phpinfo()
Ran the system test, everything seems to be working fine, including the flushing etc but i dont seem to be using the datastore correctly.
I did not edit my config.php file. Should i be editing something here? I dont know what to write if i need to edit it please help me edit it and i will copy/paste it in...
Please spend some time helping me, I have bought 2 DBtech products and if you help resolve my issue i will really appreciate it and continue buying many more.
Some other info:
My server is Apache and everytime it hits the memory limit, the site goes down and restarts for 5 mins.
My host is dreamhost, im using a VPS and php 5.2 with xcache. myphpinfo() at phpinfo()
Ran the system test, everything seems to be working fine, including the flushing etc but i dont seem to be using the datastore correctly.
I did not edit my config.php file. Should i be editing something here? I dont know what to write if i need to edit it please help me edit it and i will copy/paste it in...
// ****** DATASTORE CACHE CONFIGURATION *****
// Here you can configure different methods for caching datastore items.
// vB_Datastore_Filecache - to use includes/datastore/datastore_cache.php
// vB_Datastore_APC - to use APC
// vB_Datastore_XCache - to use XCache
// vB_Datastore_Memcached - to use a Memcache server, more configuration below
// $config['Datastore']['class'] = 'vB_Datastore_Filecache';
// ******** DATASTORE PREFIX ******
// If you are using a PHP Caching system (APC, XCache, eAccelerator) with more
// than one set of forums installed on your host, you *may* need to use a prefix
// so that they do not try to use the same variable within the cache.
// This works in a similar manner to the database table prefix.
// $config['Datastore']['prefix'] = '';
// It is also necessary to specify the hostname or IP address and the port the server is listening on
/*
$config['Datastore']['class'] = 'vB_Datastore_Memcached';
$i = 0;
// First Server
$i++;
$config['Misc']['memcacheserver'][$i] = '127.0.0.1';
$config['Misc']['memcacheport'][$i] = 11211;
$config['Misc']['memcachepersistent'][$i] = true;
$config['Misc']['memcacheweight'][$i] = 1;
$config['Misc']['memcachetimeout'][$i] = 1;
$config['Misc']['memcacheretry_interval'][$i] = 15;
Please spend some time helping me, I have bought 2 DBtech products and if you help resolve my issue i will really appreciate it and continue buying many more.
Last edited: