资讯

When trying to write more than 2MB of data (2048KB, 2*1024*1024 or 2097152 bytes) to a virtio-serial port with WriteFile, the operation fails with STATUS_INSUFFICIENT_RESOURCES (0xc000009a), also ...
Summary I have a _data folder in the root of the application and have .json files acting as a local db using node:fs/promises I have to write to this file and I use writeFile function of node:fs/pr ...