Skip to content

Commit

Permalink
Downgrade mem profile to "testing" (#86)
Browse files Browse the repository at this point in the history
Currently, OpenSearch deploys using "profile=production" setting, which consumes 50% of the entire host's RAM. This PR decreases the profile to "testing" instead.
  • Loading branch information
phvalguima authored Oct 31, 2024
1 parent 7498e53 commit 64f699e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_opensearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ async def test_deploy(
channel="2/edge",
application_name=OPENSEARCH[cloud_name],
num_units=2,
config={"profile": "testing"},
),
ops_test.model.deploy(TLS_CERTIFICATES_APP_NAME, channel="stable", config=tls_config),
ops_test.model.deploy(
Expand Down

0 comments on commit 64f699e

Please sign in to comment.