sometime we get such errors (esp in case of magento)
and one can say that it's due to memory limit issue.Code:Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 83 bytes) in .....
Increasing memory_limit & max_execution_time may solve this issue.
But i would like to know.. what does the error says exactly?
do 83 bytes was not available or ....
Can anybody explain the error?
What does the 134217728 bytes & 83 bytes meants?
Thanks





Bookmarks