Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize GC parameter configuration in TubeMQ's env.sh file #1819

Closed
2 tasks done
gosonzhang opened this issue Nov 20, 2021 · 0 comments · Fixed by #1820
Closed
2 tasks done

Optimize GC parameter configuration in TubeMQ's env.sh file #1819

gosonzhang opened this issue Nov 20, 2021 · 0 comments · Fixed by #1820

Comments

@gosonzhang
Copy link
Contributor

gosonzhang commented Nov 20, 2021

Description

From the actual situation and test situation, the current TubeMQ GC parameter configuration is not reasonable enough, and the frequency of CMS appearance is very high. After analysis, the relevant parameters of the 64G, 96G, and 25G models need to be adjusted accordingly to better play the machine performance. Here we take the 64G model as an example to make adjustments, and we can modify it accordingly when we actually use it

  1. Increase the Xms and Xmx values and set them equal to avoid insufficient memory during operation;
  2. Increase the Xmn value to increase the memory of the young generation
  3. Add GC configuration settings

InLong Component

InLong TubeMQ

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

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

Successfully merging a pull request may close this issue.

1 participant