Skip to content

fix(dev): remove OpenSearch disk limit when running locally#806

Open
palkerecsenyi wants to merge 1 commit into
CERNDocumentServer:masterfrom
palkerecsenyi:opensearch-memory
Open

fix(dev): remove OpenSearch disk limit when running locally#806
palkerecsenyi wants to merge 1 commit into
CERNDocumentServer:masterfrom
palkerecsenyi:opensearch-memory

Conversation

@palkerecsenyi
Copy link
Copy Markdown
Member

  • On my machine, OpenSearch allocates itself a finite amount of disk space, which can mean that once the indexes are filled up with the initial fixture vocabulary data, some errors start occurring about the storage being full.

  • This config flag fixes this. It is only used on local dev instances, it never gets deployed anywhere, so it will not have a wider impact. It just helps to prevent some local bugs, at least for me

* On my machine, OpenSearch allocates itself a finite amount of disk
space, which can mean that once the indexes are filled up with the
initial fixture vocabulary data, some errors start occurring about the
storage being full.

* This config flag fixes this. It is only used on local dev instances,
it never gets deployed anywhere, so it will not have a wider impact. It
just helps to prevent some local bugs, at least for me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant