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

Google cloud execution #65

Open
3 tasks
rsuchecki opened this issue Aug 11, 2020 · 0 comments
Open
3 tasks

Google cloud execution #65

rsuchecki opened this issue Aug 11, 2020 · 0 comments

Comments

@rsuchecki
Copy link
Collaborator

Repset could, in principle, be executed using https://cloud.google.com/life-sciences/

limitations

  • not well suited to short-running tasks, this could be addressed by

  • requested memory + CPU combinations must match what is available, e.g.
    Execution failed: creating instance: inserting instance: Invalid value for field 'resource.machineType': 'zones/australia-southeast1-a/machineTypes/custom-8-4783'. Memory should be a multiple of 256MiB, while 4783MiB is requested. Memory size for 8 vCPU instance should be between 7424MiB and 53248MiB, while 4783MiB is requested

    • API calls to obtain available machineTypes & their specs?
    • logic to ensure memory & CPU reservations match?
  • ?

Would it be better to go k8s on https://cloud.google.com/kubernetes-engine instead?

To be continued...

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

1 participant