node-persist
node-persist copied to clipboard
(node:1127) UnhandledPromiseRejectionWarning: Error: EMFILE: too many open files, open '.node-persist/storage/filename'
Version: v9.5.0 Platform: Linux Node-persist version: 3.0.1
Reading json files stored under the storage folder, and getting an error intermittently.
(node:1127) UnhandledPromiseRejectionWarning: Error: EMFILE: too many open files, open '.node-persist/storage/#####'
I'm running into the same issue on AWS Lambda, which has a hard limit of 1024 file descriptors...