andreiz / php-zookeeper

A PHP extension for interfacing with Apache ZooKeeper
Other
449 stars 215 forks source link

It seems memory leak when new zookeeper #62

Open yangxikun opened 9 years ago

yangxikun commented 9 years ago

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /root/CrondNG-FrontEnd/app/Services/Zookeeper.php on line 45

line 45 :

$this->zookeeper = new Zookeeper($address);
Timandes commented 6 years ago

Could you provide more related information?