Running the API Gateway Container
Before starting
webMethods API Gateway,
ensure that the main memory and the kernel settings of your docker host are
correctly configured. The docker host should provide at least 4 GB of main
memory. Since
webMethods API Gateway
comes with an Elasticsearch, the
vm.max_map_count
kernel setting needs to be set to
at least 262144. You can change the setting on your docker host by running the
following command:
sysctl -w vm.max_map_count=262144
For further details about the important system settings to be considered, see the Elasticsearch documentation.