Skip to content

Commit

Permalink
[debug] Theoretically should have no impact vs. not being included
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 committed Feb 21, 2025
1 parent 1405da9 commit c359286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/tests/helpers/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def run_distro_container(distro, arch="amd64", dockerfile=None, path=TESTS_DIR,
volumes={"/sys/fs/cgroup": {"bind": "/sys/fs/cgroup", "mode": "rw"}},
platform=f"linux/{arch}",
cgroupns="host",
mem_limit="128m",
mem_limit="128g",
)

try:
Expand Down

0 comments on commit c359286

Please sign in to comment.