Reducing ram overflow #169
kevinl7778
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
could we try reducing the size of "files [ ] " in components\psarcViewer.js with something like this
for (i in range((len(files)//100)+1)) {
process_list(files[i*100:(1+i)*100]);
}
that way the list of files being proccessed grows by 100 at a time?
Beta Was this translation helpful? Give feedback.
All reactions