skywalking icon indicating copy to clipboard operation
skywalking copied to clipboard

[Verification] Optimize memory parameters

Open hanahmily opened this issue 2 years ago • 0 comments

Search before asking

  • [X] I had searched in the issues and found no similar feature requirement.

Description

TSDB modules consist of several kv storages. From memory usage verification(10 virtual users and 1 write/second), their ratios are:

  • main: 30%
  • primary index: 0.1%
  • secondary index: 5%
  • global index: 10%
  • others: 0.1%

We should parameterize the memory size and set up appropriate default values for them.

Use case

No response

Related issues

No response

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

hanahmily avatar Jul 26 '22 00:07 hanahmily