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
Input files over a certain size (exposures with many integrations) seem to use too much memory and cause the process to fail with "Killed: 9" error. I haven't identified what part of the code is causing this failure yet but assume it is memory-related as inputs with ~100 integrations work, while those with ~1000 fail. Since nints in theory could be as large as 10000, this needs to be improved.
The text was updated successfully, but these errors were encountered:
Rachel Cooper Can you provide an example of a file that fails processing? This is likely another case for which the failure point will depend on the amount of RAM a given user has installed.
Hi David Law, Yes, I've attached a file that fails both on my laptop and on the witserv machines. I have other files that can be processed on witserv, but not locally, so it definitely seems like a RAM issue. I just had it print the process memory usage while the code is looping over the integrations to do the model fit (here) to get an idea of what it was doing and it got here before crashing; see attached plot.
Issue JP-3776 was created on JIRA by Rachel Cooper:
Input files over a certain size (exposures with many integrations) seem to use too much memory and cause the process to fail with "Killed: 9" error. I haven't identified what part of the code is causing this failure yet but assume it is memory-related as inputs with ~100 integrations work, while those with ~1000 fail. Since nints in theory could be as large as 10000, this needs to be improved.
The text was updated successfully, but these errors were encountered: