feat: remove useless config and set it‘s priority#41
Merged
Conversation
更改了sysctl的配置,并且修改其优先级为最低,方便用户覆盖 增加 vm.max_map_count 的默认值 系统参数 vm.max_map_count 的默认值将从 65530 增加到 1048576。 这一变更应该能对一些内存需求较高的应用程序帮助改善性能,减少崩溃或者启动问题, 尤其是(但不仅限于)通过 Wine/Steam Proton 玩一些 Windows 游戏的情况 总体上来说,用户应该得到更平滑的开箱使用体验,而目前没有已表明的潜在顾虑 Log:
Contributor
|
/approve |
Contributor
Author
|
/merge |
Contributor
|
This pr cannot be merged! (status: blocked) |
hudeng-go
approved these changes
Apr 8, 2024
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hudeng-go, xzl01, Zeno-sole The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Contributor
|
/merge |
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.
更改了sysctl的配置,并且修改其优先级为最低,方便用户覆盖
增加 vm.max_map_count 的默认值
系统参数 vm.max_map_count 的默认值将从 65530 增加到 1048576。
这一变更应该能对一些内存需求较高的应用程序帮助改善性能,减少崩溃或者启动问题,
尤其是(但不仅限于)通过 Wine/Steam Proton 玩一些 Windows 游戏的情况
总体上来说,用户应该得到更平滑的开箱使用体验,而目前没有已表明的潜在顾虑
Log: