Hi all, I'm just running some tests on ApacheDS 1.5.4 on Windows.
I have added 25000 simple users to ou=users,ou=system [1]. After running the following LDAP search command I get between 1789 and 5179 results each time before an OutOfMemoryError is produced by the server.
I'm not really sure why this is happening - shouldn't each search result entry be discarded after it has been sent back to the client?
Thanks, Martin [1] The format of the users added is: dn: uid=user1,ou=users,ou=system objectclass: person objectclass: organizationalPerson objectclass: inetOrgPerson objectclass: top cn: user1 displayname: test user sn: test uid: test1
