-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose more limits in ulimit
#8786
Comments
This isn't something the shell should care about, to be honest. It's awkward platform-specific guff that's only in the shell because that's where it's been placed historically. Very very few people even care about the ulimit we do have. I would be entirely okay with removing it. So I'm rejecting this. |
For fetching the limits I agree and would be fine with simply returning the content of |
Actually, on Linux, it doesn't have to - I think it's reasonable to add these to the existing builtin - it's a tiny patch. |
🤯 |
Huh neat. I did not know that call hat a corresponding executable.
Yes. Simply using |
Short options are taken from prlimit(1) where appropriate. Closes fish-shell#8786.
Short options are taken from prlimit(1) where appropriate. Closes fish-shell#8786.
3.3.1
5.16.12-200.fc35.x86_64
The bash builtin
ulimit
(which is also the fallback/command ulimit
) exposes many more limits which fish does not show. Some of them might be unique to bash and others seem to have a reason for excluding-p
the are quite a few which are missing. The list seems to beeipqrsx
The text was updated successfully, but these errors were encountered: