...
Improvement Area | Performance Recommendations | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
API Gateway nodes | Increase memory allocated by modifying the
Set the following in the
| |||||||||||||
NHTTP transport of API Gateway | Recommended values for the Property descriptions:
Recommended values: # HTTP Sender thread pool parameters
# HTTP Listener thread pool parameters
#timeout parameters
| |||||||||||||
PassThrough transport of API Gateway | Recommended values for the Property descriptions
Recommended values
| |||||||||||||
Time-out configurations | The API Gateway routes the requests from your client to an appropriate endpoint. The most common reason for your client getting a timeout is when the Gateway's timeout is larger than client's timeout values. You can resolve this by either increasing the timeout on the client's side or by decreasing it on the API Gateway's side. Here are few parameters, in addition to the timeout parameters discussed in the previous sections.
| |||||||||||||
Key Manager nodes | Set the MySQL maximum connections:
Set the open files limit to 200000 by editing the
Set the following in the
Set the following connection pool elements in the
Note that you set the |
...