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

Error: C stack usage 11957956 is too close to the limit #7

Open
mzwaig opened this issue May 28, 2020 · 2 comments
Open

Error: C stack usage 11957956 is too close to the limit #7

mzwaig opened this issue May 28, 2020 · 2 comments

Comments

@mzwaig
Copy link

mzwaig commented May 28, 2020

Hi Gavin,

I'm trying to run the moleculeCoverage snakemake file and I keep getting the error
Error: C stack usage 11957956 is too close to the limit. The main suggestion to deal with this seems to be by increasing the stack size with ulimit but I'm working on a cluster can't adjust that.

I also can't seem to load the wig file although I think this is unrelated.
wigToGRanges: WIG file '' not found.

Any suggestions are appreciated.

Thank you,
Melissa

tumor_HSJ-75.molCov.log

@gavinha
Copy link
Member

gavinha commented Jun 16, 2020

Hi @mzwaig

This sounds like a potential memory issue. See if you can increase the memory limits on your job (e.g. mem_free and h_vmem).

Best,
Gavin

@mzwaig
Copy link
Author

mzwaig commented Jun 18, 2020

Hi Gavin,

I increased the memory a bit and it's now telling me there's a recursion error at the same point. I'm guessing this is why it's running out of memory.

Error: evaluation nested too deeply: infinite recursion / options(expressions=)?

Best,
Melissa

normal_1_HSJ-75.molCov.log

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