I have memcached installed with libmemcached. Also I have installed igbinary. This is my php.ini: ; Directory in which the loadable extensions (modules) reside.
When I do phpinfo() or php -i from the CLI, I get the following output: 开发者_运维问答session Registered save handlers => files user sqlite memcached
I\'m creating about 150 nodes programmatically and running into \'out of memory\' errors when doing it all in a single request. (I have a menu callback that generates the nod开发者_JAVA百科es and call