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

Using too much RAM (memory) #30

Open
kopardev opened this issue Dec 16, 2022 · 1 comment
Open

Using too much RAM (memory) #30

kopardev opened this issue Dec 16, 2022 · 1 comment

Comments

@kopardev
Copy link

Running NCLscan on our HPC runs into memory issues. The dashboard plots look like this:
image
Any idea what is happening and how to get around this issue?
Host is hg38 + a few viruses (well annotated).

@chiangtw
Copy link
Collaborator

Hi,

It may be caused by the mp_blat.py, I guess.

mp_blat.py is just a wrapper for applying multiple blat processes, not a real parallelized version of blat,
so the maximum memory usage would be equal to 4GB * mp_blat_process.
("4GB" is for human genome, and the mp_blat_process is a parameter in the NCLscan.config, which is for tuning the number of proceses for mp_blat.py)

tw

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