machineType
The machineType directive specifies a predefined machine type, for cloud executors that support it.
Usage
For example:
process hello {
machineType 'n1-highmem-8'
script:
"""
your_command --here
"""
}
Executor support
This directive is supported by the Google Batch executor, and by the Azure Batch executor when using auto-pools.