Table of Contents |
---|
General API Manager questions
...
Yes, you can do this using the Features menu under the Configure menu of the management console (default URL is https://localhost:9443/carbon
).
How can I change the memory allocation for the API Manager?
...
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 distributed deployment questions
...