Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Memory exhausted (limit reached?) #45

Open
SanderDevisscher opened this issue Jun 28, 2021 · 2 comments
Open

BUG: Memory exhausted (limit reached?) #45

SanderDevisscher opened this issue Jun 28, 2021 · 2 comments

Comments

@SanderDevisscher
Copy link

When uploading a large logger file we get the following error after pushing "add data".

Warning: Error in : memory exhausted (limit reached?)
  1: shiny::runApp
@SanderDevisscher
Copy link
Author

SanderDevisscher commented Jun 28, 2021

the maximum number of records we were able to upload is 5.501.268 (approx. 511mb)

@pmallot
Copy link
Collaborator

pmallot commented Jun 29, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants