Table of Contents |
---|
General API Manager questions
...
How can I change the memory allocation for the API Manager?
The memory allocation setting settings 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
...