so what do the oxwall experts suggest I do to use less ram?
so what do the oxwall experts suggest I do to use less ram?
1) Install nginx and eaccelerator on your server. It doen't metter what type of server you use (cloud/dedicated/VPS)
2) Configure Oxwall to store all your static content on CDN (like amazon or rackspace). You can find a manual about this here http://docs.oxwall.org/install:cloud_hosting
Note, that if you switch to CDN on working site, you should migrate your current static content to CDN first.
These two option will reduce resource usage a lot.
o the cache its set to store 16 mb and is barely storing 4kb
how can i check it?
which of course does not work below is my configuration for the url
define('OW_AMAZON_S3_BUCKET_NAME', '{fantasycoven}'); // the name of the bucket for recording datadefine('OW_AMAZON_S3_BUCKET_URL', '{http://fantasycoven.s3-website-us-east-1.amazonaws.com}'); // url of the bucket for recording data (for example, http://test.s3.amazonaws.com/)