Skip to content

Commit

Permalink
add missing sub-topics
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Jandacek <[email protected]>
  • Loading branch information
janan07 committed Nov 8, 2024
1 parent 1fbe498 commit 8ecb1ce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ As a system programmer, you can customize your configuration for how API ML mana
* To change the number of concurrent connections per route passing through the API Gateway, see [Customizing connection limits](./configuration-connection-limits.md).

* To change the global Gateway timeout value for the API ML instance, see [Customizing Gateway timeouts](./configuration-gateway-timeouts.md).

* To change the number of concurrent requests an application should support and its impact on the size of the Java memory heap, see [Customizing Java Heap sizes](./configuration-customizing-java-heap-sizes.md).

* To customize the rate limit for each service, see [Customizing Gateway rate limiter](./customizing-gateway-rate-limiter.md).

* Also see the following properties in API Gateway configuration parameters:
* `server.maxTotalConnections`
Expand Down

0 comments on commit 8ecb1ce

Please sign in to comment.