Skip to content

Commit

Permalink
lang/linux-dotnet-cli: Fix typos that prevent copy/paste success
Browse files Browse the repository at this point in the history
  • Loading branch information
zi0r committed Jan 25, 2022
1 parent 0ddbe88 commit e53bff4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lang/linux-dotnet-cli/pkg-message
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e53bff4

Please sign in to comment.