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

Running Cactus on AWS - Memory Issue #1322

Open
tinaveit opened this issue Mar 22, 2024 · 1 comment
Open

Running Cactus on AWS - Memory Issue #1322

tinaveit opened this issue Mar 22, 2024 · 1 comment

Comments

@tinaveit
Copy link

Hi @glennhickey! Following up with: DataBiosphere/toil#4773

I ran cactus with the following command-line for 2 species (following your suggestions from the previous thread), and it worked successfully:

cactus --consCores 32 --nodeTypes c4.8xlarge,r4.8xlarge --minNodes 0,0 --maxNodes 20,1 --nodeStorage 250 --provisioner aws --batchSystem mesos --metrics aws:us-east-1:xtremo-devo-cactus --defaultMemory 2000000000 --maxMemory 256000000000  --logFile cactus.log seqFile.txt output.hal

However, when I used the same command line to run 8 species, the cactus run crashed at the beginning and produced the attached cactus.log. It looks like a memory issue, but I am not quite sure how to solve it. Any help is appreciated!

Thanks!
cactus.log

@glennhickey
Copy link
Collaborator

You need to stick to released versions of cactus. This could be the AWS documentation being a little dated (I think it tells you to clone the master branch). Your workaround is either

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