-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
Not defined
Context:
The single shared elastic container is quite under heavy IO load given that multiple forks concurrently create/delete indices. The idea is to use a in-memory drive with the tmpfs feature of docker https://docs.docker.com/storage/tmpfs/ to reduce this overhead and reduce IT stage runtime.
AT:
- a tmpfs volume is used to store data of the elastic container used in integration tests that yields reduced build durations