-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better support for MongoDB Atlas with cloud workflows
[I'll pause the MongoDB server in Google Cloud. For Vivarium uses we can resume it when needed, and for Fireworks workflows we can use Atlas servers.] * The updated borealis-fireworks pip supports MongoDB Atlas servers via `uri_mode` and `=` chars in the host metadata strings, e.g. `host=mongodb+srv://.../ecoli1?retryWrites=true&w=majority`. * Distinguish Fireworker VM names in case the DB name is not unique (`ecoli1` in this example). * Allocate more RAM to the Fireworker VMs after Parca crashed once in `cvx`. RAM use must've spiked quickly since GCE Monitoring showed it ≈30%. ``` terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Fatal Python error: Aborted ... Fatal Python error: Segmentation fault ```
- Loading branch information
Showing
4 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters