Changing machine type for my tool

Post author
Sehyun Oh

I understand that 'Notebook Runtime' option on the upper right corner of workspace is only for 'Notebooks' itself, right? If so, to use a different machine for my tools, can I change the machine type under 'VM instances' in GCP console? Thanks!

Comments

3 comments

  • Comment author
    Sushma Chaluvadi

    Hi Sehyun,

    If you want to change the kind of machine you want to use for your Tool, you can use the Runtime Attributes block in the WDL to change the memory, disk, cpu etc. Here is documentation with examples of how to modify your runtime block.

    If your tasks require more than the quotas limited by your Google project - for example, you requested 60 CPUs in your Task and your quota is capped at 24 CPUs at once. You can use this document to request an increase in your quotas.

     

    0
  • Comment author
    Sehyun Oh
    • Edited

    Thanks for the kind answer on my silly question, Sushma! I totally forgot the runtime attributes in WDL. :p

    0
  • Comment author
    Sushma Chaluvadi

    No problem at all!

    0

Please sign in to leave a comment.