tuning default read load - #37
Conversation
|
Memory is still quite spiky. Also, reducing concurrency means less parallelism on vmselect side; hence, we might miss some concurrency-related issues. |
That seems inevitable in the sandbox from what I can see, since the query rate is spiky—there is no guarantee that queries can spread evenly—and each query imposes a different load.
I’m not sure which concurrency-related issue you’re referring to, but I don’t think that is the point of the This change reduces spikes that could lead to OOMs or |
Data races mostly, nothing in particular; just a higher chance for the code under benchmark to be exercised concurrently |
|
What about 2,2 ? |
From the resource usage in our sandbox, I think the concurrency could be lower to achieve better query load balancing for most test cases.
