Weblogic 12c embedded LDAP performance tuning caching
We are using a custom worklist with Oracle BPM (12.2.1.2.0). We are seeing performance issues with bpm identity rest api, which shows higher response times during load.
/bpm/api/3.0/identities/user/{userrId}
/bpm/api/3.0/identities/group/{groupName}
We are using default weblogic embedded LDAP to store the users and groups. Configured user count is ~380 and groups are ~50.
I am trying to find ways to tune this service to improve the performance. Please help if anyone is aware.
From what I understand SOA 12c uses LibOVD by default. I Updated min and max connection parameters in adapters.os_xml already.
Want to know if caching can be enabled for embedded LDAP. Unable to find related content online.