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

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in #44

Closed
FallDi opened this issue Mar 20, 2014 · 1 comment

Comments

@FallDi
Copy link

FallDi commented Mar 20, 2014

I got such error.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes);
Yes I'm understand that I can increase php ini_set('memory_limit', '-1'); - but maybe somehow limit(paginator) by phpRedisAdmin?

screen shot 2014-03-20 at 20 54 26

@erikdubbelboer
Copy link
Owner

Hi,

I'm afraid this is a problem that can not be fixed with pagination. The problem is in the way we get the keys from Redis. I suggest you use something like https://redsmin.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants