Fatal error: Out of memory

I have been using Piwik for over a year now and enjoy very much as an alternative to other analytics programs, one issue that i can seem to find a solution to this error that continuously comes up when i try to access my month, yearly data.

Fatal error: Out of memory (allocated 30408704) (tried to allocate 1351 bytes) in /htdocs/apps/analytics/core/DataTable.php on line 918

Im sure this has to do with something in the php.ini file and memory limit.

I’m currently using 0.5.5, with piwik installed in a sub-directory.

Any suggestions?

Increase the max memory limit. If you can’t edit php.ini, try creating a piwik/bootstrap.php file containing:

<?php
ini_set('memory_limit', '128M');