Disable adjust_by_ram for swap at all products #1804
Merged
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.
Problem
As part of #1111 we enabled
adjust_by_ram
for the swap. Only in the case of Tumbleweed and to (quoting from that PR description) "raise awareness and get feedback".But somehow that setting ended up spreading over all products, even those in which linking the swap size to the RAM size by default doesn't seem to make much sense.
Very few people is installing the distributions in a setup where suspending to RAM is needed. On the other hand, many testers want a default set of settings that work out-of-the-box since they are not really interested in the storage setup.
Solution
The original goal of getting feedback is achieved. So let's switch the feature back off to ease testing while we decide what the next steps will be regarding
adjust_by_ram
and its default value.