Fatal error: Allowed memory size of 134217728 bytes exhausted

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35 bytes) in /opt/lampp/htdocs/piwik/core/DataTable.php on line 1221”

we have restarted the server
and tmp is also not full

how to retify this error and how to avoid the error from re-occuring

Try to increase the php memory or even the apache allocated memory.

php.ini

The apache setting depends on your server configuration.

Good luck