I\'m been reading creating-instance-with-custom-machine-type and It seems really interesting but I don\'t know how to set up a Dataflow streaming job with a custom machine (
Dataflow now supports custom machine types, which can be specified like other machine types, with the --workerMachineType flag.
--workerMachineType
A sample value is --workerMachineType=custom-8-7424, which would correspond to 8 cores and 7424 MB of memory.
--workerMachineType=custom-8-7424