Bug #13341
Elasticsearch is really slow in the Docker environment
Status: | Verified | Start date: | 06/03/2020 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Docker | |||
Target version: | Release 2.6.0 | |||
Google Code Legacy ID: | Tested version: | 2.5, 2.6 | ||
Sponsored: | No | Requires documentation: |
Description
The container memory is limited by default to 1 GB ...
https://github.com/artefactual/atom/blob/qa/2.6.x/docker/docker-compose.dev.yml#L45
Removing this line or increasing it to 2 GB makes the demo data indexing time go from ~35 to less than 10 seconds.
History
#1 Updated by José Raddaoui Marín almost 2 years ago
- Status changed from New to Code Review
- Assignee changed from José Raddaoui Marín to Mike Cantelon
Ready for code review ... https://github.com/artefactual/atom/pull/1112
#2 Updated by José Raddaoui Marín almost 2 years ago
- Status changed from Code Review to Verified
- Assignee deleted (
Mike Cantelon)
Merged in qa/2.6.x. I've been working with this change for a long time.