You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reading a big file(10 Gb) using SAXStream. I am running into this error below.
I tried increasing the sax.MAX_BUFFER_LENGTH = 64 * 1024 to sax.MAX_BUFFER_LENGTH = 64 * 1024 *10 But still no luck with this issue.
Error: Max buffer length exceeded: attribValue Line: 0 Column: 172807703 Char: at error (/Users/node_modules/sax/lib/sax.js:651:10) at checkBufferLength (/Users/node_modules/sax/lib/sax.js:125:13) at SAXParser.write (/Users/node_modules/sax/lib/sax.js:1505:7) at SAXStream.write (/Users/node_modules/sax/lib/sax.js:239:18) at PassThrough.ondata (_stream_readable.js:716:22) at PassThrough.emit (events.js:315:20) at PassThrough.EventEmitter.emit (domain.js:483:12) at addChunk (_stream_readable.js:295:12) at readableAddChunk (_stream_readable.js:271:9) at PassThrough.Readable.push (_stream_readable.js:212:10) Emitted 'error' event on SAXStream instance at: at errorOrDestroy (internal/streams/destroy.js:108:12) at SAXStream.onerror (_stream_readable.js:752:7) at SAXStream.emit (events.js:315:20) at SAXStream.EventEmitter.emit (domain.js:483:12)
The text was updated successfully, but these errors were encountered:
I am reading a big file(10 Gb) using SAXStream. I am running into this error below.
I tried increasing the sax.MAX_BUFFER_LENGTH = 64 * 1024 to sax.MAX_BUFFER_LENGTH = 64 * 1024 *10 But still no luck with this issue.
Error: Max buffer length exceeded: attribValue Line: 0 Column: 172807703 Char: at error (/Users/node_modules/sax/lib/sax.js:651:10) at checkBufferLength (/Users/node_modules/sax/lib/sax.js:125:13) at SAXParser.write (/Users/node_modules/sax/lib/sax.js:1505:7) at SAXStream.write (/Users/node_modules/sax/lib/sax.js:239:18) at PassThrough.ondata (_stream_readable.js:716:22) at PassThrough.emit (events.js:315:20) at PassThrough.EventEmitter.emit (domain.js:483:12) at addChunk (_stream_readable.js:295:12) at readableAddChunk (_stream_readable.js:271:9) at PassThrough.Readable.push (_stream_readable.js:212:10) Emitted 'error' event on SAXStream instance at: at errorOrDestroy (internal/streams/destroy.js:108:12) at SAXStream.onerror (_stream_readable.js:752:7) at SAXStream.emit (events.js:315:20) at SAXStream.EventEmitter.emit (domain.js:483:12)
The text was updated successfully, but these errors were encountered: