-
Notifications
You must be signed in to change notification settings - Fork 6
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
Document memory autotuning strategy #540
Conversation
@@ -1243,6 +1244,35 @@ components: | |||
type: string | |||
required: | |||
- strategy | |||
MemoryAutotuningStrategy: | |||
description: Memory allocation strategy that automatically increments the | |||
memory when a previous app failed with a OOM, and decreases it based on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: an OOM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
MemoryAutotuningStrategy: | ||
description: Memory allocation strategy that automatically increments the | ||
memory when a previous app failed with a OOM, and decreases it based on | ||
past applications memory usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: applications'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
0df25b1
to
c1a9335
Compare
c1a9335
to
ce04081
Compare
Jira Ticket
BGD-3987
Demo