KB Article #180313
Calls to API Manager User and Application APIs are very slow when large numbers of users or applications are created
Problem
Calls to API Manager User and Application APIs are very slow when large numbers of users or applications are created.
Resolution
This was addressed in 7.5.3 SP10, 7.6.2 SP3, 7.7 GA and later versions when a boolean Java property named com.axway.apimanager.api.data.cache was added. This property should be added to these versions so that API Manager will cache users and applications in memory at startup to reduce the number of calls made to Cassandra. The in-memory cache is then kept up-to-date using the API Manager events mechanism. The setting should look like this in the jvm.xml file:
<VMArg name="-Dcom.axway.apimanager.api.data.cache=true"/>