decompress
decompress copied to clipboard
RangeError: Array buffer allocation failed
rejected promise not handled within 1 second: RangeError: Array buffer allocation failed
extensionHostProcess.js:1059
stack trace: RangeError: Array buffer allocation failed
at new ArrayBuffer (
The original file *tar.bz2 is about 900+M, and after decompress it will get 3.5G.
It is fine by decompress it by tar: command line 'tar -jxvf *.tar.bz2_4 -C output'