-
Notifications
You must be signed in to change notification settings - Fork 7
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
Garbage Collection Behavior #115
Comments
how large is your fasta database? |
It is just a warning and unless you stop the search it should just continue. |
If an actual out of memory situation happens it will raise a different message. |
The search is running actually in a separate process - and the gui is just reading the output form that process + some status info. So the search is not stopped/paused - only the gui. |
An issues occurs when memory utilization reaches the set limit. xiSEARCH version 1.8.6.
A warning which indicates a potential out-of-memory situation (memory is misspelled). Is there a way to silence the warning? I haven't noticed this warning since upgrading to the latest major version of Java and xiSEARCH. I've manually set the watchdog limit in excess of 50,000 minutes and increased the allotted RAM to near max (740 GB).
Once the warning is accepted, the search progress continues. Or does the search task still progress in the background? The log freezes until you accept the warning.
The text was updated successfully, but these errors were encountered: