colinmollenhour / Cm_RedisSession

Redis-based session handler for Magento with optimistic locking
208 stars 121 forks source link

Using generated OLD coupon caused Memory issue! #165

Closed IbrahimS2 closed 5 years ago

IbrahimS2 commented 5 years ago

I have tried to apply an OLD auto-generated coupon code, and upon applying it, we got the error below, do you have any idea?

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 53248 bytes) in /var/www/vhosts/********/lib/Zend/Db/Statement/Pdo.php on line 228

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 131072 bytes) in /var/www/vhosts/********/vendor/colinmollenhour/php-redis-session-abstract/src/Cm/RedisSession/Handler.php on line 782
colinmollenhour commented 5 years ago

No idea..

IbrahimS2 commented 5 years ago

@colinmollenhour It seems to be irrelevant as I have debugged this further and it is caused by a third-party module.