Louis Dureuil
Louis Dureuil
Ping from triage - Size: small to test if open [PR fixes](https://github.com/meilisearch/grenad/pull/43) the issue
> [about API key limitation] > I'm not sure I see the point of this limitation? > In which case should we use it? Limiting API key usage is useful...
@Kerollmops > I like what you've done in this PR. Thanks! I must emphasize that the rate-limiter does not behave as I expected it to, though... as described in the...
Hello @UncaughtCursor :wave:, thank you for the report! - To ascertain the issue, next time it reproduces, and before exiting the Meilisearch process, can you give us the result of...
Thank you for the continued updates, @UncaughtCursor! --- About `MDB_TXN_FULL`: we just discussed this with @Kerollmops, and you're probably correct that it occurs when our autobatching feature makes for bigger...
@UncaughtCursor Ping from triage, since some of the issues/PRs linked in the message above are closed/landed, does the issue still reproduce on a recent Meilisearch version (1.2 or a RC...
thank you, let me know if it gets stuck 🙂
See comment in https://github.com/meilisearch/meilisearch/issues/3397#issuecomment-1630962794
Link to the accepted answer on stack overflow: https://stackoverflow.com/questions/64158180/how-to-increase-the-maximum-semaphore-limit-on-macos-bsd
If increasing the number of `semume` proves difficult, we could also consider the alternative of using POSIX semaphores on MacOS like suggested in https://github.com/meilisearch/heed/issues/135#issuecomment-1310643995. Doing so we'd lose the robustness...