Skip to content

Commit

Permalink
Limit RAM to 1Gb per unit
Browse files Browse the repository at this point in the history
  • Loading branch information
taurus-forever committed Jun 30, 2023
1 parent 246e6a1 commit 644402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async def build_charm(charm_path, bases_index: int = None) -> Path:
ops_test.build_charm = build_charm

subprocess.run(
["juju", "set-model-constraints", "--model", ops_test.model.info.name, "mem=500M"],
["juju", "set-model-constraints", "--model", ops_test.model.info.name, "mem=1G"],
check=True,
)

Expand Down

0 comments on commit 644402b

Please sign in to comment.