dpcollins-google commented on code in PR #28964: URL: https://github.com/apache/beam/pull/28964#discussion_r1357127780
########## sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsublite/internal/SubscribeTransform.java: ########## @@ -56,7 +56,7 @@ public class SubscribeTransform extends PTransform<PBegin, PCollection<Sequenced private static final long MEBIBYTE = 1L << 20; private static final long SOFT_MEMORY_LIMIT = 512 * MEBIBYTE; - private static final long MIN_PER_PARTITION_MEMORY = 4 * MEBIBYTE; + private static final long MIN_PER_PARTITION_MEMORY = 10 * MEBIBYTE; Review Comment: No, it should really match the service max message size. I don't see this changing again in the future though -- 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]
