Table of Contents |
---|
...
The memory allocation setting are in <APIM_HOME>/bin/wso2server.sh
file. Set the environment variable MAVEN_OPTS=”-Xms1024m -Xmx4096m -XX:MaxPermSize=1024m
” to avoid the Maven OutOfMemoryError.
...
Clustering and deployment questions
...
To disable the self signup capability, set <SelfSignUp><Enabled>
element to false in the <APIM_HOME>/repository/conf/api-manager.xml
file.
Is there a way to lock a user's account after a certain number of failed login attempts to the API Store?
If your identity provider is not WSO2 Identity Server, then you can install the identity-mgt feature in to the API Manager. For information, see Account Lock/Unlock page in the Identity Server documentation.
...
Operational questions
How do I change the default admin password and what files should I edit after changing it?
...