You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to open a large video file with fs.openFile(), I get this error:
Uncaught promise rejection (id: 1) Error: Failed to allocate a 728170944 byte allocation with 13522527 free bytes and 243MB until OOM, target footprint 27045055, growth limit 268435456
Error: Failed to allocate a 728170944 byte allocation with 13522527 free bytes and 243MB until OOM, target footprint 27045055, growth limit 268435456
at onError (./node_modules/tabris/tabris.min.js:1:144128)
Uncaught promise rejection (id: 2) Error: Failed to allocate a 388005696 byte allocation with 13552917 free bytes and 243MB until OOM, target footprint 27105837, growth limit 268435456
Error: Failed to allocate a 388005696 byte allocation with 13552917 free bytes and 243MB until OOM, target footprint 27105837, growth limit 268435456
at onError (./node_modules/tabris/tabris.min.js:1:144128)
Expected behavior
Open a large video file without error with fs.openFile(). I must point out that I managed to open the file with the usual cordova plugins, but for my case, i need to use fs.openFile()
Problem description
When I try to open a large video file with fs.openFile(), I get this error:
Uncaught promise rejection (id: 1) Error: Failed to allocate a 728170944 byte allocation with 13522527 free bytes and 243MB until OOM, target footprint 27045055, growth limit 268435456
Error: Failed to allocate a 728170944 byte allocation with 13522527 free bytes and 243MB until OOM, target footprint 27045055, growth limit 268435456
at onError (./node_modules/tabris/tabris.min.js:1:144128)
Expected behavior
Open a large video file without error with fs.openFile(). I must point out that I managed to open the file with the usual cordova plugins, but for my case, i need to use fs.openFile()
Environment
Code snippet
The text was updated successfully, but these errors were encountered: