Skip to content

Commit b3ad5eb

Browse files
thomas-mc-worktechknowlogick
authored andcommitted
More specific declaration of search disk space (#6338)
Elaborate more on the code search storage space requirement
1 parent 3792896 commit b3ad5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
160160
- `ISSUE_INDEXER_QUEUE_DIR`: **indexers/issues.queue**: When ISSUE_INDEXER_QUEUE_TYPE is levelqueue, this will be the queue will be saved path
161161
- `ISSUE_INDEXER_QUEUE_BATCH_NUMBER`: **20**: Batch queue number
162162

163-
- `REPO_INDEXER_ENABLED`: **false**: Enables code search (uses a lot of disk space).
163+
- `REPO_INDEXER_ENABLED`: **false**: Enables code search (uses a lot of disk space, about 6 times more than the repository size).
164164
- `REPO_INDEXER_PATH`: **indexers/repos.bleve**: Index file used for code search.
165165
- `UPDATE_BUFFER_LEN`: **20**: Buffer length of index request.
166166
- `MAX_FILE_SIZE`: **1048576**: Maximum size in bytes of files to be indexed.

0 commit comments

Comments
 (0)