machineType
The machineType can be used to specify a predefined Google Compute Platform machine type when running using the Google Batch, or when using auto-pools with Azure Batch.
For example:
process hello {
machineType 'n1-highmem-8'
script:
"""
your_command --here
"""
}