Skip to content

Commit

Permalink
Maintenance: added example for multi-core ES re-indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 committed Nov 10, 2023
1 parent d127db5 commit 014adea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ Step 3: Connect Zammad
# Build the search index
$ zammad run rake zammad:searchindex:rebuild
# Optionally, you can specify a number of CPU cores which are used for
# rebuilding the searchindex, as in the following example with 8 cores:
$ zammad run rake zammad:searchindex:rebuild[8]
Optional settings
-----------------

Expand Down

0 comments on commit 014adea

Please sign in to comment.