Maximum JSONL File Size Limit and Postman Error
TLDR Atul asked about maximum JSONL file size limit, Jason advised it's 10GB. Issue with Postman config resolved.
2
1
1
Mar 09, 2023 (7 months ago)
Atul
02:31 PMNeed one information.
What is the maximum
jsonl
file size limit we can upload?Jason
02:32 PMAtul
02:32 PMNeed to setup prod environment.
Kishore Nallan
02:32 PMJason
02:33 PMAtul
02:34 PMError: Maximum response size reached
Jason
02:38 PM1
Jason
02:38 PM1
1
Atul
02:40 PMIt was postman config issue.
1
Typesense
Indexed 2779 threads (79% resolved)
Similar Threads
Resolving JSONL File Import Issues in Python
Jon struggles importing a large JSONL file using Python, encountering decode errors and size restrictions. Kishore Nallan instructs to use curl for imports under 10GB, and references an update to the Python client which could more capably handle large imports.
Issues with Indexing Large JSON File in Node
Alexander had issues with indexing a large JSON file in Node. Jason suggested the problem may be due to node/js limitations and proposed to reduce the batch size to around 5000.
Issues in Transferring Data from Firestore to Typesense
Ramees encountered issues in Google Cloud Function Log for data transfer from firestore to typesense. Jason helped troubleshoot, updated the cluster, increased the connection timeout, and resolved the issue.
Problem with Uploading JSON Data
Nikunj has a problem uploading data with JSON file that throws an error. James suggests the issue might lie in the nested object "_highlightResult". Kishore Nallan asks if import end-point is used and points out that each line should contain a JSON object.
Bulk Import 50MB JSON Files Error - Timeout and Solutions
madhweep encounters an error while bulk importing JSON files. Kishore Nallan provided help, but the issue persists. Jason intervenes and after troubleshooting, they concluded the cluster had run out of memory causing the issue. The problem was resolved by using a cluster with sufficient memory. Daniel also experienced a similar issue, resolved by increasing the timeout.