-
-
Notifications
You must be signed in to change notification settings - Fork 522
Open
Description
This resulted in a real-world application issue:
[1] Assertion failed: (size <= imp::kMaxLength && "too large buffer"), function NewBuffer, file nan.h, line 939.
Buffers of 1GB are definitely realistic when dealing with >4k visual data.
The check is implemented here
The constant is defined here:
I believe it should be 4GB as reported by buffer.constants.MAX_LENGTH
(https://nodejs.org/api/buffer.html#bufferkmaxlength)
Metadata
Metadata
Assignees
Labels
No labels