dxf-viewer-example-src icon indicating copy to clipboard operation
dxf-viewer-example-src copied to clipboard

Error occurred: RangeError: Array buffer allocation failed

Open kumov opened this issue 2 years ago • 2 comments

image Hi! I upload a file with a size of 170 MB, the viewer gives an error "Error occurred: RangeError: Array buffer allocation failed". What do you recommend to do?

kumov avatar Oct 31 '23 10:10 kumov

Maybe it has hit the limit for single string allocation size, due to current parser design which reads the entire file into a single string. An alternative parser implementation is currently is work in progress in 1.x branch (development is a bit stuck currently). Maybe it is something else. Is it possible to get your sample file?

vagran avatar Oct 31 '23 10:10 vagran

unfortunately, I can't transfer the file, it belongs to another organization

kumov avatar Oct 31 '23 10:10 kumov