Skip to content

Commit

Permalink
Increase ulimit stack size and use host IPC namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Feb 28, 2025
1 parent 1cdd9d3 commit 8a015b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: self-hosted
container:
image: ghcr.io/nvidia/jax:jax
options: --rm --gpus all
options: --rm --gpus all --ipc=host --ulimit memlock=-1 --ulimit stack=67108864

steps:
- name: Checkout repository
Expand Down

0 comments on commit 8a015b0

Please sign in to comment.