The system property -> com.glide.attachment.max_get_size - if not set to default, the system will throw the error - "The size of attachment is too large (xx) to be returned as a byte array, use SysAttachmentInputStream.writeTo(OutputStream) method insteaIssue The below error will be seen in the node logs when the system property is not set with the right value SysAttachment The size of attachment is too large (120) to be returned as a byte array, use SysAttachmentInputStream.writeTo(OutputStream) method insteadReleaseKingston and later.CauseThe root cause of this issue is a system property in the STAG instance called "com.glide.attachment.max_get_size." This property sets the maximum number of megabytes to which a thumbnail would render. Resolution1. Access the system property "com.glide.attachment.max_get_size" in the instance - By default, this property will not be available in the instance and is set to 5 MB (5242880 bytes)2. Delete the property or modify it based on your attachment size requirements.3. If you choose to delete the property, you can take an XML backup of the property before deleting it.