Skip to content

Docs: runtime-ulimit example should use nproc, not noproc#1654

Open
bblommers wants to merge 1 commit intok3d-io:mainfrom
bblommers:patch-1
Open

Docs: runtime-ulimit example should use nproc, not noproc#1654
bblommers wants to merge 1 commit intok3d-io:mainfrom
bblommers:patch-1

Conversation

@bblommers
Copy link
Copy Markdown

What

The documentation uses an ulimit example of noproc, but using that gives an error:

FATA[0000] runtime ulimit "noproc" is not valid, allowed keys are: locks, msgqueue, rss, rttime, core, cpu, nproc, rtprio, nice, sigpending, stack, data, fsize, memlock, nofile

The actual usage is nproc, which is also the value used in the code:

"nproc": true,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant