Skip to content

Commit 16655a5

Browse files
committed
lower memory limit for elastic
1 parent e6bb6eb commit 16655a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_databases/docker/elastic_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def elasticsearch8_responsive(scheme: str, host: str, port: int, user: str, pass
4646

4747
@pytest.fixture(scope="session")
4848
def elasticsearch_service_memory_limit() -> str:
49-
return "1g"
49+
return "500m"
5050

5151

5252
@contextlib.contextmanager

0 commit comments

Comments
 (0)