com.glide.attachment.max_size
ServiceNow property description:
Maximum file attachment size in megabytes:
Attributes
- Sys ID: 2e89e7edc0a80027000beaeebb29707a
- Type: integer
- Application: Global
- Default value: 1024

My personal property description:
The property com.glide.attachment.max_size sets the maximum file size for attachments that can be uploaded to ServiceNow. Be aware that uploading large files can cause performance issues and quickly fill up the database. Additionally, attachments sent via email are usually further limited by the email server's restrictions.
AI generated property description:
The ServiceNow property `com.glide.attachment.max_size` defines the maximum file attachment size allowed in megabytes. This property ensures that users cannot upload files exceeding the specified size limit, thereby helping to manage storage and maintain system performance. The default value for this property is 1024 MB (1 GB), but it can be adjusted according to organizational needs. Administrators can modify this property through the System Properties or by directly accessing the `sys_properties` table. Proper configuration of this property is crucial for balancing user requirements and system resource constraints.
Source