---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Guardrails for PDF generation and accessibility

# Guardrails for PDF generation and accessibility {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Static and dynamic guardrails are safeguards that help maintain stability during PDF generation. Static guardrails enforce fixed limits like maximum PDF size, while dynamic guardrails monitor real-time memory usage and terminate
exports when memory pressure exceeds a defined threshold.

## Static guardrail for PDF generation and accessibility {#guardrails-pdf-generation-accessibility__section_xvt_r1t_xfc}

A static guardrail helps prevent instance instability during PDF generation. If the size of a generated PDF exceeds a maximum threshold the export process is automatically terminated to help prevent large PDF exports from consuming
excessive memory.  
The system property com.snc.pdf.generation.maxsize_mb limits the generated PDF size in MB. The default maximum PDF size is 30MB.  
Hinweis:  
If the value is increased might create memory pressure on the instance to generate the PDF and the node may crash.

## Dynamic guardrail for PDF generation and accessibility {#guardrails-pdf-generation-accessibility__section_occ_rht_xfc}

A dynamic guardrail helps prevent instability in PDF generation by monitoring and responding to excessive memory consumption. Dynamic guardrails are triggered only when certain memory usage thresholds are crossed during PDF
generation.

The dynamic guardrail can be enabled for PDF generation by adding system properties. When enabled, the system continuously monitors the node's memory usage.  
To enable accessibility for PDF generation, in the navigation filter, enter sys_properties.list, and add the following properties:

glide.robustness.memory_guard_enabled
:   When set to <kbd class="ph userinput">true</kbd>, this enables the dynamic guardrails for PDF generation and accessibility  
    * Type: true \| false
    * Default Value: false
    {#guardrails-pdf-generation-accessibility__ul_p35_4yg_gjb}

glide.robustness.memory_guard_thresholdpercentage
:
    * Type: integer
    * Default Value: 90
    * Minimum threshold percentage = 1
    * Maximum threshold percentage = 100
    {#guardrails-pdf-generation-accessibility__ul_kf1_4g5_xfc}

glide.robustness.memory_guard_time
:
    * Type: integer
    * Default Value: 60
    * Minimum memory guard time = 1
    * Maximum memory guard time = 900
    {#guardrails-pdf-generation-accessibility__ul_eyc_4g5_xfc}

If the memory usage reaches the configured value (default value is 90%) for the system property, the platform automatically terminates the ongoing PDF export and new PDF export requests are rejected. The guardrail continues to block
PDF exports until the memory usage drops below the safe threshold.

