VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: billo007 on July 20, 2017, 20:09:49 PM

Title: Website is growing by 150MB a day has gone from 650MB to over 2GB
Post by: billo007 on July 20, 2017, 20:09:49 PM
Virtuemart 3.22
joomla 3.73
PHP 7

The https://northmencollectibles.ca website has about 800 products at the beginning of July website was around 650 MB, today it is over 2GB. System cache was turned off during that period. I can't find anything obvious. Also, there are continues PHP processes running for the user, using a great deal of cpu. Anybody have any ideas what is going on?
Title: Re: Website is growing by 150MB a day has gone from 650MB to over 2GB
Post by: jenkinhill on July 20, 2017, 23:13:55 PM
Check the error log files. If this was a new Joomla 3.7 site then error.php in administrator/logs/   and if an updated site from an older version, root/logs/   If logging is turned on these can raidly grow with warnings & notices etc.
Title: Re: Website is growing by 150MB a day has gone from 650MB to over 2GB
Post by: billo007 on July 20, 2017, 23:49:56 PM
Log files were checked already not the issue.
Title: Re: Website is growing by 150MB a day has gone from 650MB to over 2GB
Post by: jenkinhill on July 21, 2017, 10:20:55 AM
I have also heard of Joomla's smart search causing disk space issues. Have you got a Disk Usage utility on cPanel? - that can be useful for tracking large files down.
Title: Re: Website is growing by 150MB a day has gone from 650MB to over 2GB
Post by: billo007 on July 21, 2017, 17:23:24 PM
I have finally found what was using so much space. It was in the root folder of the account tmp/analog/ssl/northmencollectibles.ca cache file. Can I delete it safely?
Title: Re: Website is growing by 150MB a day has gone from 650MB to over 2GB
Post by: jenkinhill on July 21, 2017, 17:43:04 PM
Big cache! Yes, a cache file can be deleted, but it will soon grow big again if you don't check why it grows so fast. Make sure that you do not have progressive caching turned on in Joomla, that can build large files. I generally use the no caching setting on VM sites as VM magaes its own cache.
Title: Re: Website is growing by 150MB a day has gone from 650MB to over 2GB
Post by: billo007 on July 21, 2017, 19:43:55 PM
Thanks for the help.