Skip to content

Commit

Permalink
Increased DM Ram Size for ITDE to 4 GB
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 21, 2024
1 parent e086bb3 commit 85e099e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_notebook(notebook_test_container_with_log, notebook_test_file, notebook
f"-m pytest --setup-show -s "
f"--backend={notebook_test_backend} "
f"--itde-nameserver='8.8.8.8' "
f"--itde-db-mem-size '3 GiB' "
f"--itde-db-mem-size '4 GiB' "
f"{notebook_test_file}"
)
environ = os.environ.copy()
Expand Down

0 comments on commit 85e099e

Please sign in to comment.