nizhikov commented on code in PR #12017: URL: https://github.com/apache/ignite/pull/12017#discussion_r2139992484
########## modules/commons/src/main/java/org/apache/ignite/IgniteCommonsSystemProperties.java: ########## @@ -28,6 +28,9 @@ * These properties and variables can be used to affect the behavior of Ignite. */ public class IgniteCommonsSystemProperties { + /** @see IgniteCommonsSystemProperties#IGNITE_MEMORY_PER_BYTE_COPY_THRESHOLD */ + public static final long DFLT_MEMORY_PER_BYTE_COPY_THRESHOLD = 0L; Review Comment: Let's have this in `CommonUtils`. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org