Skip to content

Commit 9cc8b05

Browse files
move labels next to heading, fix heading level
1 parent df63d2b commit 9cc8b05

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

learn/self_hosted/configure_meilisearch_at_launch.mdx

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,7 @@ Meilisearch currently supports five log levels, listed in order of increasing ve
323323
- `'TRACE'`: log all events and include even more detailed information on Meilisearch's internal processes. We do not advise using this level as it is extremely verbose. Use `'DEBUG'` before considering `'TRACE'`.
324324
- `'OFF'`: disable logging
325325

326-
## Customize log output
327-
328-
<NoticeTag type="experimental" label="experimental" />
326+
### Customize log output <NoticeTag type="experimental" label="experimental" />
329327

330328
**Environment variable**: `MEILI_EXPERIMENTAL_LOGS_MODE`<br />
331329
**CLI option**: `--experimental-logs-mode`<br />
@@ -351,9 +349,7 @@ It is possible that Meilisearch goes over the exact RAM limit during indexing. I
351349
Setting `--max-indexing-memory` to a value bigger than or equal to your machine's total memory is likely to cause your instance to crash.
352350
</Warning>
353351

354-
### Reduce indexing memory usage
355-
356-
<NoticeTag type="experimental" label="experimental" />
352+
### Reduce indexing memory usage <NoticeTag type="experimental" label="experimental" />
357353

358354
<Warning>
359355
🚩 This option does not take any values. Assigning a value will throw an error. 🚩
@@ -391,9 +387,7 @@ Avoid setting `--max-indexing-threads` to the total of your machine's processor
391387

392388
Sets the maximum size of [accepted payloads](/learn/getting_started/documents#dataset-format). Value must be given in bytes or explicitly stating a base unit. For example, the default value can be written as `107374182400`, `'107.7Gb'`, or `'107374 Mb'`.
393389

394-
### Search queue size
395-
396-
<NoticeTag type="experimental" label="experimental" />
390+
### Search queue size <NoticeTag type="experimental" label="experimental" />
397391

398392
**Environment variable**: `MEILI_EXPERIMENTAL_SEARCH_QUEUE_SIZE`<br />
399393
**CLI option**: `--experimental-search-queue-size`<br />
@@ -503,19 +497,16 @@ The webhook payload contains the list of finished tasks in [ndjson](https://gith
503497

504498
Includes an authentication token in the authorization header when notifying the [webhook URL](#task-webhook-url).
505499

506-
### Maximum number of batched tasks
500+
### Maximum number of batched tasks <NoticeTag type="experimental" label="experimental" />
507501

508-
<NoticeTag type="experimental" label="experimental" />
509502
**Environment variable**: `MEILI_EXPERIMENTAL_MAX_NUMBER_OF_BATCHED_TASKS`<br />
510503
**CLI option**: `--experimental-max-number-of-batched-tasks`<br />
511504
**Default value**: `None`<br />
512505
**Expected value**: an integer
513506

514507
Limit the number of tasks Meilisearch performs in a single batch. May improve stability in systems handling a large queue of resource-intensive tasks.
515508

516-
### Replication parameters
517-
518-
<NoticeTag type="experimental" label="experimental" />
509+
### Replication parameters <NoticeTag type="experimental" label="experimental" />
519510

520511
<Warning>
521512
🚩 This option does not take any values. Assigning a value will throw an error. 🚩
@@ -594,7 +585,6 @@ Sends a fatal alert if the client does not complete client authentication.
594585
<Warning>
595586
🚩 This option does not take any values. Assigning a value will throw an error. 🚩
596587
</Warning>
597-
598588
**Environment variable**: `MEILI_SSL_RESUMPTION`<br />
599589
**CLI option**: `--ssl-resumption`<br />
600590
**Default value**: `None`

0 commit comments

Comments
 (0)