Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allowed memory size exhausted in SitesManager #3443

Closed
anonymous-matomo-user opened this issue Oct 16, 2012 · 1 comment
Closed

Allowed memory size exhausted in SitesManager #3443

anonymous-matomo-user opened this issue Oct 16, 2012 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

My Piwik instance manage more than 9000 websites at the moment, and this number is likely to much more important in a few weeks.

When I go to URL /index.php?module=SitesManager&action=index, I get a blank page and this error in the log :

PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 23746969 bytes) in /.../core/SmartyPlugins/outputfilter.cachebuster.php on line 50

Looking at the code, it seems to be a preg_* problem since the source string is more than 11MB long.

I temporary raise up the memory_limit to 512M in php.ini as a quick workaround.
Keywords: memory preg

@mattab
Copy link
Member

mattab commented Oct 19, 2012

expected problem until we add pagination to the page. See also: #3124

@anonymous-matomo-user anonymous-matomo-user added this to the 1.9.2 - Piwik 1.9.2 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants