Skip to content

Commit 7601b24

Browse files
committed
Configure ingest node options in env and not in FB test_modules.py
1 parent ddbb5dc commit 7601b24

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

testing/environments/snapshot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ services:
1414
- "transport.host=127.0.0.1"
1515
- "http.host=0.0.0.0"
1616
- "xpack.security.enabled=false"
17+
- "script.context.template.max_compilations_rate=unlimited"
18+
- "script.context.ingest.cache_max_size=2000"
19+
- "script.context.processor_conditional.cache_max_size=2000"
20+
- "script.context.template.cache_max_size=2000"
1721
- "action.destructive_requires_name=false"
1822
# Disable geoip updates to prevent golden file test failures when the database
1923
# changes and prevent race conditions between tests and database updates.

0 commit comments

Comments
 (0)