kerrydc commented on code in PR #28848:
URL: https://github.com/apache/beam/pull/28848#discussion_r1352497201
##########
model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto:
##########
@@ -1982,5 +1982,9 @@ message StandardResourceHints {
// SDKs should convert the size to bytes, but can allow users to specify
human-friendly units (e.g. GiB).
// Payload: ASCII encoded string of the base 10 representation of an
integer number of bytes.
MIN_RAM_BYTES = 1 [(beam_urn) = "beam:resources:min_ram_bytes:v1"];
+ // Describes desired number of CPUs available in transform's execution
environment.
Review Comment:
This is the actual number of cpu or vcpu, threads is a different number.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]