piwik archiving error - PHP Fatal error: Allowed memory size of x bytes exhausted
per Piwik, change the following php config files:
/etc/php5/cli/php.ini /etc/php5/apache2/php.ini
edit to:
memory_limit = 512M
Don't forget to restart apache.
It appears that problem was fixed for me















