Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ReportCacheSize

Number of result sets to store in the report result cache.

Optional (Defaults to 20)

ReportCacheMaxAge

The maximum age of result sets in the report result cache (in milliseconds).

Optional (Defaults to 24 hours)

BIRTPath

The path to the BIRT support files.

Optional

ScanJarFiles

Whether or not to scan for JDBC drivers at startup (true/false).

Optional (Defaults to true)

JDBCDrivers

JDBC driver class names to search for at startup, separated by commas. If ScanJarFiles is false, use this to specify the available drivers.

Optional

PdfExportInitialMemory

The initial memory setting.

Optional (Default to 64mb)

PdfExportMaximumMemory

The maximum memory setting.

Optional (Default to 2048mb)

Clustering


Styleclass
ClasstopLink

20709447

...

  1. Shut down Yellowfin
  2. Edit the file Yellowfin/appserver/bin/catalina.sh
  3. Find the section:

    Code Block
    none
    none
    # Memory limits.
    # Use these options to set the Java memory limits.
    # -Xms64m sets the initial Java heap size to 64Mb
    # -Xmx256m sets the maximum Java heap size to 256Mb
    #JAVA_OPTS="$JAVA_OPTS -Xms64m -Xmx256m"
    


  4. Uncomment the last line, and change the Xmx option to your desired max memory setting.
  5. Restart Yellowfin to pick up the changes.

...


horizontalrule

Styleclass
ClasstopLink

20709447

 

...