hey! when trying to import a 26gb jsonl file using...
# community-help
a
hey! when trying to import a 26gb jsonl file using golang package I'm getting the follow error: Post "http://localhost:8108/collections/xxx/documents/import?action=create&amp;batch_size=500000": write tcp 127.0.0.151816 &gt;127.0.0.18108: write: broken pipe <nil> Any ideas?
j
Could you remove the batch_size=500000 parameter and see if it still happens?
a
I did more digging and it seems like typesense limits the post size to 10gb is it true? @Jason Bosco
k
Yes we limit to 10 GB.
a
ok I think that should be mentioned in the docs!
f