OpenFreeEnergy / OpenFreeEnergy/openfe

Document issues with process limits

Open
#2,179 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
331
Forks
56
Avg merge
3d 9h
Merged PRs (30d)
13

Description

In certain cases, users can hit the node process limit if they are running multiple jobs on the same node.
This can lead to odd behaviour like jobs that run infinitely long because they fail to spawn new processes.

Reported user case:

  • 15 simultaneous jobs on the same node.
  • Causing major jobs slowdowns (poor GPU utilization, etc...)
  • Notes that this is not reproducible, sometimes it works, sometimes it fails.
  • Setting ulimit -u 8192 helps fix the issue.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the documentation for running multiple jobs on one node and for process or resource limits. Record the reported 15-job scenario, intermittent process-spawn failures, impact on GPU utilization, and the ulimit -u 8192 workaround. Done means the symptoms, limits, and workaround are documented in the appropriate place.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux
Domain
documentation, operating-systems
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.