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
Sounds like your machine is out of memory/RAM, have you checked the memory load just before the error happens?
Due to the way the app unpacks and handles the data it needs more memory that the just the file size.
Try not loading all the files at once. Rather load them in chunks, filter out the noise and save them as sqlite. Once you have done that the file size should be drastically smaller and you should be able to load all the sqlite files at once.
When uploading a large logger file we get the following error after pushing "add data".
The text was updated successfully, but these errors were encountered: