From 8ecb1cef3f246a4ad32ea591adf94e351d104ef8 Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Fri, 8 Nov 2024 11:38:11 +0100 Subject: [PATCH] add missing sub-topics Signed-off-by: Andrew Jandacek --- ...nfiguration-customizing-management-of-apiml-load-limits.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-guide/api-mediation/configuration-customizing-management-of-apiml-load-limits.md b/docs/user-guide/api-mediation/configuration-customizing-management-of-apiml-load-limits.md index a2808c0e6a..a08edb2bd5 100644 --- a/docs/user-guide/api-mediation/configuration-customizing-management-of-apiml-load-limits.md +++ b/docs/user-guide/api-mediation/configuration-customizing-management-of-apiml-load-limits.md @@ -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`