How can i solve this problem
I had run identity manager server on vmware ( that set memory to 256 MB ) when i try to reconcile with LDAP server in my network
it show this error :
Error iterating accounts for resource LDAPSPU:
java.lang.OutOfMemoryError: Java heap space
so i move to run identity manager server on sparc platform ( server in my office memory 2GB )
but it still have same error - -'
what should i do ?
ps. LDAP server have about 10k users
[484 byte] By [
ibOa] at [2007-11-27 5:03:47]

# 1
Depending on which application Server are you running on, you can increase the heap space to typically 1024mb. I find this size the safest. (Refer to IDM installation guide on how to increase the heap size for your application server)
With 10K of users, the application will be spinning out multiple threads and very soon you'll run out of heap space.
For my POC I normally set the VM memory to 512mb or 1 GB memory depending on the complexity of POC.