Will requests with huge prameter imapct the memory usage of kong? #7981
Replies: 1 comment 1 reply
-
Hello, files downloaded should not affect Kong, unless you are using some plugin which reads the whole response in memory (like proxy-cache or response-transformer). In general, it's always a good idea to report what plugins you are using when discussing problems with Kong. Can you define a bit more what you mean with "huge parameters"? Are you talking about query parameters on the URL?
There are many things that can cause it, it's very difficult to list them all. Here are some possible things: too many basic entities (Routes, Services) too many Upstreams, too frequent config updates, badly written custom plugins, incorrectly configured nodes. |
Beta Was this translation helpful? Give feedback.
-
I'm recently debugging an OOM issue, and noticed when I have OOM, kong received a huge amount of requests, some of them are downloading files others are querying data with huge parameters. Wondering if that will affect kong memory usage?
Also, want to know what will cause kong memory usage except for the data added by admin API?
Thank you a lot!
Beta Was this translation helpful? Give feedback.
All reactions