Merged
Conversation
| </td> | ||
| <td valign="top"> | ||
|
|
||
| Specifies the minimum number Fluentd instances which are always provisioned regardless of auto-scaling. Utilized to guarantee a minimum number of running instances, support predictable workloads, and mitigate autoscaling lag during sudden ingestion bursts. Must be between `2` and `10` and less than or equals to `max_instances`. Default is `2`. This parameter has no effect on the *dev* plan, which is limited to a single instance. If `max_instances` is smaller than `min_instances`, both parameters will be set to the value of `max_instances` (= no autoscaling). |
Contributor
There was a problem hiding this comment.
Suggested change
| Specifies the minimum number Fluentd instances which are always provisioned regardless of auto-scaling. Utilized to guarantee a minimum number of running instances, support predictable workloads, and mitigate autoscaling lag during sudden ingestion bursts. Must be between `2` and `10` and less than or equals to `max_instances`. Default is `2`. This parameter has no effect on the *dev* plan, which is limited to a single instance. If `max_instances` is smaller than `min_instances`, both parameters will be set to the value of `max_instances` (= no autoscaling). | |
| Specifies the minimum number ingest instances which are always provisioned regardless of auto-scaling. Utilized to guarantee a minimum number of running instances, support predictable workloads, and mitigate autoscaling lag during sudden ingestion bursts. Must be between `2` and `10` and less than or equals to `max_instances`. Default is `2`. This parameter has no effect on the *dev* plan, which is limited to a single instance. If `max_instances` is smaller than `min_instances`, both parameters will be set to the value of `max_instances` (= no autoscaling). |
Contributor
There was a problem hiding this comment.
This has cost implications. Makes only sense if workload is alternating so that auto-scaling cannot cover it.
docs/create-an-sap-cloud-logging-instance-through-cloud-foundry-cli-3658d09.md
Outdated
Show resolved
Hide resolved
docs/create-an-sap-cloud-logging-instance-through-sap-btp-service-operator-f6aa131.md
Outdated
Show resolved
Hide resolved
docs/create-an-sap-cloud-logging-instance-through-cloud-foundry-cli-3658d09.md
Outdated
Show resolved
Hide resolved
docs/create-an-sap-cloud-logging-instance-through-sap-btp-service-operator-f6aa131.md
Outdated
Show resolved
Hide resolved
docs/create-an-sap-cloud-logging-instance-through-cloud-foundry-cli-3658d09.md
Outdated
Show resolved
Hide resolved
juergen-walter
approved these changes
Sep 11, 2025
Contributor
Author
|
This is an intended future change that should be documented after its release to live landscapes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce the min_instances parameter. Adjust the max_instances parameter to reflect that it now also leverages memory.