Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array buffer allocation failed #13

Open
McGiverGim opened this issue Jan 5, 2018 · 0 comments
Open

Array buffer allocation failed #13

McGiverGim opened this issue Jan 5, 2018 · 0 comments

Comments

@McGiverGim
Copy link

While trying to use your code, all works ok with only some files to package, when I add all the files that I need to package I have an error:

buffer.js:109
    return new ArrayBuffer(size);
           ^

RangeError: Array buffer allocation failed
    at new ArrayBuffer (<anonymous>)
    at createUnsafeArrayBuffer (buffer.js:109:12)
    at createUnsafeBuffer (buffer.js:103:25)
    at allocate (buffer.js:321:12)
    at Function.allocUnsafe (buffer.js:282:10)
    at Function.concat (buffer.js:470:23)
    at /home/miguel/git/betaflight/betaflight-configurator/node_modules/stream-to/index.js:39:29
    at Pack.onEnd (/home/miguel/git/betaflight/betaflight-configurator/node_modules/stream-to/index.js:18:5)
    at Object.onceWrapper (events.js:254:19)
    at Pack.emit (events.js:159:13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant