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

docs: add note on memory limit to avoid java args break and fix typo #636

Merged
merged 4 commits into from
May 2, 2024

Conversation

misba7
Copy link
Contributor

@misba7 misba7 commented Apr 25, 2024

No description provided.

@misba7 misba7 requested a review from iromli April 25, 2024 21:01
@@ -1132,7 +1132,7 @@ oxauth:
limits:
# -- CPU limit.
cpu: 2500m
# -- Memory limit.
# -- Memory limit. This value is used to pass java-arguments, so please use `Mi`.
Copy link
Contributor

@iromli iromli Apr 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the following sentence will be more appropriate:

This value is used to calculate memory allocation for Java application. Currently only supports `Mi`.

@@ -1132,7 +1132,7 @@ oxauth:
limits:
# -- CPU limit.
cpu: 2500m
# -- Memory limit.
# -- Memory limit. This value is used to calculate memory allocation for Java. Currently it only supports `Mi`. Please refrain from using other units.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comments should be reflected to README.md. Use helm docs to autogenerate the docs.

@iromli iromli merged commit 9dfaf86 into 4.5 May 2, 2024
3 of 10 checks passed
@iromli iromli deleted the docs-cn-javaarg branch May 2, 2024 19:00
@mo-auto mo-auto mentioned this pull request May 2, 2024
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.

2 participants