meilisearch.tasks.processing
Tasks currently processingDimensions:None
Interface Metrics (2)
Technical Annotations (35)
Configuration Parameters (10)
MEILI_EXPERIMENTAL_MAX_NUMBER_OF_BATCHED_TASKSrecommended: 5-50MEILI_MAX_INDEXING_THREADSrecommended: 20max_payload_sizerecommended: 100MB (default, can be increased)MEILI_MAX_INDEXING_MEMORYrecommended: depends on RAM--experimental-reduce-indexing-memory-usagerecommended: enabled--max-indexing-threadsrecommended: 1--log-levelrecommended: DEBUGMAX_MAP_COUNTrecommended: 262144NOFILE_SOFTrecommended: 65536NOFILE_HARDrecommended: 65536Error Signatures (9)
io_errorerror codeI/O error (os error 5)error code408http statusRequest Timeouthttp statusExpected response code 200, got 408log patternError parsing response JSON: invalid type: null, expected struct MeilisearchErrorexceptionOOM killedexit codemeilisearch.service: Failed with result 'oom-kill'log patternMain process exited, code=killed, status=9/KILLexit codeCLI Commands (3)
docker statsmonitoring--experimental-reduce-indexing-memory-usageremediation--log-level DEBUGdiagnosticTechnical References (13)
autobatchingconceptactix-webcomponenttokiocomponentgrenad sortercomponentmillicomponenttask schedulercomponentauto-batchingconceptattributesconceptIndexStatus::BeingResizedcomponentprepare_for_closingconceptBBQueuecomponentextractor memorycomponentbatch indexingconceptRelated Insights (12)
Unlimited task autobatching triggers resource exhaustion and I/O failurescritical
▸
HTTP 408 timeout errors during concurrent indexing and querieswarning
▸
Memory pressure with large datasets and parallel index operationswarning
▸
Slow bulk document indexationwarning
▸
OOM crashes from auto-batching too many taskscritical
▸
Index update backlog under high-frequency single-document writeswarning
▸
Index unavailable during resize operationinfo
▸
Multiple indexing threads multiply memory consumption regardless of limitswarning
▸
Concurrent indexing operations amplify memory consumptionwarning
▸
Meilisearch OOM kill during indexing operationscritical
▸
Bulk document addition causes complete API freezecritical
▸
Large batch document indexing monopolizes workers causing HTTP 408warning
▸