Skip to content

Bump zoekt-indexer memory limit so that we can limit a large project

Dylan Griffith requested to merge bump-memory-for-zoekt-indexer into master

What does this MR do?

Bump zoekt-indexer memory limit so that we can limit a large project

We seem to struggle to index the large project https://gitlab.com/gitlab-org/frontend/playground/webpack-bundle-sizes which causes us to perpetually retry indexing. We just need to index it one time so bumping this limit may help us accomplish that. Longer term we need to actually limit the amount of memory the indexer is using by investigating why it's using so much memory.

See also gitlab-com/gl-infra/production#16090 (comment 1494684690)

Author Check-list

Please read the Contributing document and once you do, complete the following:

  • Check if all of the following apply:
    • Assign to the correct reviewer per the contributing document
    • Apply the correct metadata per the contributing document
    • Link to related MRs for applying the changes on other environments
    • Link to related Chef changes
    • If necessary link to a Criticality 4 Change Request issue

Reviewer Check-list

  • Check if all of the following apply:
    • Reviewed the diff jobs to confirm changes are as expected
    • No changes shown in the diffs not associated with this MR - This may require a rebase or further investigation

Applier Check-list

  • Make sure there is no ongoing deployment for the affected envs before merging (see #announcements slack channel)

Merge request reports