-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/pr/181'
* origin/pr/181: Use set -a instead of sed Do not hardcode "user" as the GUI user Increase locked memory limit for "qubes" group Update comment to reflect current GUI agent
- Loading branch information
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Qubes GUI agent needs to mlock() all the composition buffers, so they are | ||
# constant physical address | ||
user soft memlock 131072 | ||
user hard memlock 131072 | ||
# Old Qubes GUI agent needs to mlock() all the composition buffers, so they are | ||
# constant physical addresses. Current GUI agent needs to allocate large | ||
# amounts of pinned memory for grant sharing. | ||
@qubes - memlock 131072 |
This file contains 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
This file contains 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