-
Notifications
You must be signed in to change notification settings - Fork 5
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
Run GOC parts of joint pipeline code on new machine #407
Comments
… entries in the steps; for geneontology/pipeline#407
geneontology/pipeline-from-goa@61f1bfc is a very dark hack, but I can proceed with testing. |
Noting some results for running the GOA derivatives on the new machine. It runs in about 4.5h vs 7-8h, so that is a nice improvement.
which is a little unexpected. I'm going to look into that a little. |
For the above, it seems to be pretty well described in https://issues.jenkins.io/browse/JENKINS-73567 I also figured out why "write.lock" exists in the tarball and why the version on the new machine is so much larger than the one on the old machine. Essentially, it looks like the command does to "running out of disk" during the optimize step. The farther you get there, the more optimization files can be written. That said, it does not affect the number of entities loaded, which was part of the mystery. It also explains why there is such high i/o when exiting: disassembling the tmpfs is pretty heavy and may well be the major contributor to get docker kill issue. The two choices are: 1) remove the optimize step or 2) make sure that the tmpfs has enough space to optimize the very very large index that is produced. tmpfs is reporting as |
…bly not sustainable, placeholders for removing optimize for testing; for geneontology/pipeline#407
…ng for tmpfs, trying to remove optimize step; for geneontology/pipeline#407
This is essentially a continuation of #351
Next steps are to:
After evaluating speed, etc. we'll need to decide if we port everything over (return to original codebase, but with mods for the new machines, etc.) or bring only the things we want/need over piecemeal.
The text was updated successfully, but these errors were encountered: