com.snc.pdf.generation.maxsize_mb
ServiceNow property description:
Property to limit the generated pdf size in MB. Consider the impact on the node memory requirements before increasing this value. If this value is increased without sufficient memory then depending on the size of input used to generate pdf, the node may crash.
Attributes
- Sys ID: 61b7d44f83231210a58c02bbf12bc04d
- Type: integer
- Application: Global
- Default value: 30

AI generated property description:
The ServiceNow property com.snc.pdf.generation.maxsize_mb defines the maximum allowed size, in megabytes, for generated PDF files. Its default value is 30 MB, which balances usability with system stability. Increasing this limit allows larger documents to be converted but also raises memory consumption on the node, which can lead to crashes if hardware resources are insufficient. Administrators configure this property when users require large or complex documents to be exported, but it must be adjusted carefully to avoid performance degradation or service disruption. In practice, any increase should be accompanied by validation of available node memory and monitoring of system performance.
Source