Adjusting Partition-Limit in RML Runtime Configuration For Ambience 202x

Overview

Instructions for modifying the partition-limit setting in the RML runtime configuration to address tree depth limitations in report generation.


Steps to Adjust Partition-Limit

Add the following configuration in the application.conf file, located in the /etc folder of Ambience 202x directory:

elixir.rml {  
  # Depth of the tree that can be split across pages before throwing an exception.  
  # Adjust this value based on the size of your largest report.  
  partition-limit = 100  
}  

Please restart the Ambience server to apply the changes.


Note:

  • The default partition-limit value is 10 , sufficient for most cases.
  • Increase the value (e.g., 20 , 50 , or higher) based on report size and complexity.