Skip to content
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

Ulimit: Programatically increase softlimit to hard-limit #3372

Open
ax3l opened this issue Oct 24, 2022 · 1 comment
Open

Ulimit: Programatically increase softlimit to hard-limit #3372

ax3l opened this issue Oct 24, 2022 · 1 comment
Assignees

Comments

@ax3l
Copy link
Contributor

ax3l commented Oct 24, 2022

In post-processing, we often have less resources as in writing.
We often reach the ulimit -n for open files on Jupyter or ParaView or VisIt or scripts for sub-files.

This can often be work-arounded by increasing the ulimit -n ... soft-limit closer to the hard-limit of a machine.

Idea discussed today with @pnorbert @franzpoeschel:
Let's programmatically increase the soft-limit of a ADIOS2-enabled process to like 90% or 100% of the hard-limit for open files.

X-ref:

@pnorbert pnorbert self-assigned this Oct 24, 2022
@pnorbert
Copy link
Contributor

This has been added to master branch with #3376. BP3, BP4 and BP5 now will raise the softlimit to the hardlimit automatically.
Can you please test this out on your datasets. What about Windows? I made a blind call for windows to raise the limit but I don't know if it works.

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

No branches or pull requests

2 participants