Memory Problems

2 messages Options
Embed this post
Permalink
Manuel S. () Memory Problems
Reply Threaded More More options
Print post
Permalink
Since Update to 0.2.1 and Zend Framework 1.6.2 i get fatal memory problems.

the memory limit is very high, 128 MByte and i get now some other errors


Warning: [json] (json_encode_r) type is unsupported, encoded as null. in /usr/share/php5/Zend/Json.php on line 96 (x-times)

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72756300 bytes) in /usr/share/php5/Zend/Json.php on line 96

i downgrade for me, i need it without errors (ajax doesnt like fatal errors ;) )
Christoph Dorn () Re: Memory Problems
Reply Threaded More More options
Print post
Permalink
Are you logging a large object? Try using the filter functionality to filter specific object members.

Can you narrow your test case and send it to me?