From f4842294217da5f8e49c9865ad55952865fa84b4 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 29 Aug 2023 11:03:26 -0500 Subject: [PATCH] memory pressure increase --- content/en/admin/tootctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/tootctl.md b/content/en/admin/tootctl.md index 68be1c62..bb8eddfe 100644 --- a/content/en/admin/tootctl.md +++ b/content/en/admin/tootctl.md @@ -807,7 +807,7 @@ Remove local thumbnails for preview cards. Create or update an Elasticsearch index and populate it. If Elasticsearch is empty, this command will create the necessary indices and then import data from the database into those indices. This command will also upgrade indices if the underlying schema has been changed since the last run. `--batch-size` -: Defaults to 100. A higher batch size can make ElasticSearch process records more quickly, with less load on the PostgreSQL database, but consumes more resources on the system running this command. +: Defaults to 100. A higher batch size can make Elasticsearch process records more quickly, with less load on the PostgreSQL database, but can increase memory pressure on the Elasticsearch nodes during indexing and consumes more resources on the system running this command. `--only INDEX` : Specify an index name [`accounts`, `tags`, `statuses`] to create or update only that index.