Skip to content

Out of memory in proxy pod container #40844

Discussion options

You must be logged in to vote

Milvus provides a way to limit the result size of each query through the parameter quotaAndLimits.limits.maxOutputSize, which defaults to 104,857,600 bytes.

Additionally, Milvus allows you to control the maximum number of concurrent queries on the proxy using the parameter proxy.maxTaskNum, with a default value of 1024.

In your case, adjusting both the maximum result size per query and the concurrency limit can effectively help manage the proxy's memory consumption during query execution.

In the future, if there is a clearer demand, we may consider setting more adaptive default values for these parameters based on the proxy’s memory size.

Hope this helps! If you encounter any issues, feel…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@jubingc
Comment options

@weiliu1031
Comment options

Answer selected by jubingc
@jubingc
Comment options

@weiliu1031
Comment options

Comment options

You must be logged in to vote
1 reply
@jubingc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants