Open
Description
As explained in this core issue, Meilisearch can throw a "no space left on device" error even if there is enough storage space left on a machine.
In the case described on that link, the problem is the partition storing temporary files (swap?) fills up quite quickly. Meilisearch then throws an error, even though actual storage space is more than enough for the dataset.
@Kerollmops suggests adding this info to the FAQ. Not necessarily opposed to that, but perhaps it's more efficient to expand the error description on https://docs.meilisearch.com/reference/api/error_codes.html#no-space-left-on-device?