disk
The disk directive defines the amount of disk storage required by each task execution.
Usage
For example:
process hello {
disk 2.GB
script:
"""
your_command --here
"""
}
Use the following suffixes to specify disk values:
B: BytesKB: KilobytesMB: MegabytesGB: GigabytesTB: Terabytes
See MemoryUnit for more information.
Executor support
This directive is only used by certain executors. See Executors for the executors that support this directive.