git: e53bff469fbf - main - lang/linux-dotnet-cli: Fix typos that prevent copy/paste success
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 16:56:30 UTC
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=e53bff469fbf0e9327ed66d89bbc1ca4a06d988a commit e53bff469fbf0e9327ed66d89bbc1ca4a06d988a Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2022-01-25 16:55:18 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2022-01-25 16:56:06 +0000 lang/linux-dotnet-cli: Fix typos that prevent copy/paste success --- lang/linux-dotnet-cli/pkg-message | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/linux-dotnet-cli/pkg-message b/lang/linux-dotnet-cli/pkg-message index 781d7ee4443b..9abefde9b413 100644 --- a/lang/linux-dotnet-cli/pkg-message +++ b/lang/linux-dotnet-cli/pkg-message @@ -22,17 +22,17 @@ install the certificates is to: Failed to initialize CoreCLR, HRESULT: 0x8007001F ------------------------------------------------- .NET core may produce the above error message if the system has exceeded -capacity for wired memory, or is unprivilaged allocations of wired memory is +capacity for wired memory, or is unprivileged allocations of wired memory is not permitted. -To ensure unprivilaged allocation of wired memory is allowed, as root: +To ensure unprivileged allocation of wired memory is allowed, as root: -# sysctl security.bsd.unprivilaged_mlock=1 +# sysctl security.bsd.unprivileged_mlock=1 To preserve this setting across reboots, append the following to /etc/sysctl.conf: -security.bsd.unprivilaged_mlock=1 +security.bsd.unprivileged_mlock=1 To check the usage and limit of wired memory see the 'vm.stats.vm.v_wire_count' and 'vm.max_wired' sysctl(8) respectively. To increase the wired memory