apache / apache/cloudstack

Follow up on the #6809 (Reserve memory for host) to add global settings for upper/lower limit

Open
#7,129 1 comment 0 reactions 1 assignee Claimed by @soreana View on GitHub
no-issue-activity status:stale type:improvement
Dominant language
Java
Stars
3.1k
Forks
1.4k
Avg merge
6d 19h
Merged PRs (30d)
32

Description

##### ISSUE TYPE

* Improvement Request

##### SUMMARY

In the #6809 PR, @wido suggested to add a new global settings to bound the value of `host.reserved.mem.mb` global setting. Due to the tight schedule, we planed to add these setting in a new PR with different milestone.

Suggested **global** settings are:

| Name | Description | Default value |
|---------------|------------|--------------|
| host.reserved.mem.mb.lower.bound | Sets a lower bound for reserved memory in megabytes. It is not possible to reserve less than this amount for any host. | 0|
| host.reserved.mem.mb.upper.bound | Sets a upper bound for reserved memory in megabytes. It is not possible to reserve more than this amount for any host. The default value is 1 Tbytes | 1048576|

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.