I have 64174 entries in ldap.
slapcat > /tmp/all.ldif
grep ^dn: /tmp/all.ldif | wc -l
64174
I have 53057 user in one container:
grep ou=Pessoas,ou=Usuarios,dc=previdencia,dc=gov,dc=br$ /tmp/all.ldif | wc -l
53057
My php.ini has:
max_execution_time = 60 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 64M ; Maximum amount of memory a script may consume (16MB
When I click in the any Group (in MMC), I receive
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 51821538 bytes) in /usr/share/mmc/includes/xmlrpc.inc.php on line 188
What can I do?