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

[ISSUE #8697]feat:When starting the broker and nameserver, the xmx, xms, and xmn p… #8788

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

asjfoajs
Copy link

@asjfoajs asjfoajs commented Oct 8, 2024

[ISSUE #8697]When starting the broker and nameserver, the xmx, xms, and xmn parameters in the JVM can be passed

Which Issue(s) This PR Fixes

Fixes #8697

Brief Description

Modify the runbroker. sh and runserver. sh files to include judgments for xmx, xms, and xmn. If not passed in, use the default values.

How Did You Test This Change?

…arameters in the JVM can be passed to modify the dockerfile. At startup, values can be passed through the env parameter, which allows for more flexible use of JVM parameters.
@asjfoajs asjfoajs changed the title feat:When starting the broker and nameserver, the xmx, xms, and xmn p… [ISSUE #8697]feat:When starting the broker and nameserver, the xmx, xms, and xmn p… Oct 8, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.36%. Comparing base (c5ac8a4) to head (810c56e).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8788      +/-   ##
=============================================
- Coverage      47.43%   47.36%   -0.07%     
+ Complexity     11577    11561      -16     
=============================================
  Files           1282     1282              
  Lines          89864    89864              
  Branches       11563    11563              
=============================================
- Hits           42623    42563      -60     
- Misses         41998    42056      +58     
- Partials        5243     5245       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

[Feature] Can JVM parameters be passed in when starting the broker?
2 participants