Skip to content

"data": "writer buffer bellow minimum. Buffer size must be at least 1." #99

Answered by ChillFish8
Miguelklappes asked this question in Q&A
Discussion options

You must be logged in to vote

This looks to be a typo, in the error. The error is actually produced by the number of writer threads being specified being set to 0.

If you haven't explicitly set the number of writer threads to be 0 then this is probably the result of LNX failing to get the number of available cores on your machine, which causes it to default to 0.

A simple fix to try is to add the "writer_threads": 8 field in your schema creation payload, feel free to replace 8 with a number that's more suited to your machine (normally the number of logical CPU cores on your machine)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Miguelklappes
Comment options

@ChillFish8
Comment options

Answer selected by Miguelklappes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants