Ostico / PhpOrient

PhpOrient - Official Php driver based on the binary protocol of OrientDB.
Other
68 stars 37 forks source link

Allowed memory size exhausted #5

Closed bankorh closed 9 years ago

bankorh commented 9 years ago

Hi, I found out you are using this Monolog logger in PhpOrient\Protocols\Common\AbstractTransport.php. But when using "composer install --no-dev", the Monolog is not included.

By the way, I have another question, I keep having Fatal error: Allowed memory size of n bytes exhausted (tried to allocate n bytes) when the code and the OrientDB are running in Ubuntu server. I even set the limit memory to 4GB and the problem is still there. However, when I hosted the code in my Windows localhost and calling the OrientDB in the Ubuntu Server, it works fine. Do you have any idea where is the problem from?

Thanks again.