Integration service Template properties
Table 7‑6 Viewing the Integration service template properties 
Property Name
Description
Takes effect
Small
Medium
Large
BufferPoolSize
Buffer pool size
Server Restart
18000 pages
18000 pages
18000 pages
EnableIntegration Service
Enable Integration service
Immediate
false
false
false
PagePoolSize
Page pool size
Server Restart
2000 pages
2000 pages
2000 pages
StartArguments
Start parameters for Integration service processes
ServerRestart
‑Xms64M ‑Xmx128M com.nimble.nie.server.Server
‑Xms64M ‑Xmx128M com.nimble.nie.server.Server
‑Xms64M ‑Xmx128M com.nimble.nie.server.Server
Understanding resource groups
A resource group controls the Factory processes that BIRT iHub uses to run a synchronous or asynchronous job. A resource group specifies a set of Factory processes reserved to run only those jobs assigned to the group.
A design that runs unscheduled runs synchronously, as soon as possible in the foreground. iHub does not store the generated document in the volume. A scheduled job runs asynchronously in the background. iHub stores the generated document in the volume. Whether you generate a document by running a design scheduled or unscheduled, you can view, navigate, and search the generated document.
BIRT iHub uses the following default resource groups:
*Default BIRT Factory
Used to run a BIRT design (.rptdesign) as a scheduled job. Also used to print a BIRT document (.rptdocument).
*Default BIRT Online
Used for running a BIRT design unscheduled and viewing the generated BIRT document.
*Default Dashboards
Used for running a BIRT dashboard (.dashboard) or gadget (.gadget) design unscheduled and viewing the generated document.
*Default Interactive Crosstabs
Used for running a Data Object Store (.data) design unscheduled and viewing the generated document.
*Default Report Studio
Used when creating, modifying, and viewing documents using Report Studio.
Resource group properties pertaining to a template
Each template contains an XML element named <ServerResourceGroupSetting> for each resource group. This element contains attributes that affect the configuration of the resource group only for that template.
A <ServerResourceGroupSetting> element contains the following properties for a resource group:
*Name
Name of the resource group.
*Activate
Possible values are true or false. A value of true activates the resource group, enabling the node using this configuration template to use the Factory processes this resource group provides. A value of false deactivates the resource group. By default, Activate is true for all resource groups.
*MinFactory
Minimum number of factories a resource group can use.
*MaxWorkUnit
Maximum number of work units a java view server can use.
With respect to dashboards, iHub3.1.1 increases the scope of the work that a work unit can handle. In previous versions, work units represented a capacity to execute requests. In iHub3.1.1, work units represent user sessions. This enhancement results in improved dashboard performance.
*StartArguments
The Java Runtime Environment (JRE) start arguments, or Java command-line options, for the resource group.
Any change to a resource group property requires a cluster restart to take effect.
The StartArguments property appearing in each <ServerResourceGroupSetting> element include the following JRE start arguments:
*Heap limit option
Specifies the amount of heap the Java process can use. For example, -Xmx512M specifies that the Java process can use 512 MB of heap. Too large a heap can slow garbage collection because there is more heap to scan. This property affects Java view server memory usage.
*MaxPermSize
PermSize is additional heap space, separate from the space the Heap limit option specifies. The heap space that PermSize specifies holds reflective data for the JVM, such as class and method objects. By specifying MaxPermSize without also specifying PermSize, heap size does not increase unless an application needs more heap.
*UserPerfData
Turns off jvmstat instrumentation.
*Preferred protocol stack
java.net.preferIPv4Stack=true permits only IPv4 network connections. The default value of java.net.preferIPv4Stack is true.
*Headless graphics option
Includes the Java graphics environment in lieu of a native graphics environment when set to true. For example, -Djava.awt.headless=true specifies including the Java graphics environment.
*Protocol library specification
For example, Djava.protocol.handler.pkgs=com.actuate.javaserver.protocol specifies the package name in which the Actuate protocol handler class can be found.
*Java server entry point specification
For example, com.actuate.javaserver.Server specifies the Java server main class.
The following list describes the start arguments that each StartArguments property specifies, for the small, medium, and large templates. Additionally, if the <ServerResourceGroupSetting> element contains a MinFactory property, the list includes the value for this property.
*Small
*Default BIRT Online
This resource group contains the following start arguments:
-Xmx512M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
The minimum number of factories this resource group can use is 1.
*Default Dashboards
This resource group contains the following start arguments:
-Xmx512M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
The minimum number of factories this resource group can use is 1.
*Default Interactive Crosstabs
This resource group contains the following start arguments:
-Xmx512M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
*Default BIRT Factory
This resource group contains the following start arguments:
-Xmx512M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
*Default Report Studio
This resource group contains the following start arguments:
-Xmx512M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
*Medium
*Default BIRT Online
This resource group contains the following start arguments:
-Xmx1024M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
The minimum number of factories this resource group can use is 1.
*Default Dashboards
This resource group contains the following start arguments:
-Xmx1024M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
The minimum number of factories this resource group can use is 1.
*Default Interactive Crosstabs
This resource group contains the following start arguments:
-Xmx1024M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
*Default BIRT Factory
This resource group contains the following start arguments:
-Xmx1024M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
*Default Report Studio
This resource group contains the following start arguments:
-Xmx1024M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
*Large
*Default BIRT Online
This resource group contains the following start arguments:
-Xmx2048M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
The minimum number of factories this resource group can use is 1.
*Default Dashboards
This resource group contains the following start arguments:
-Xmx2048M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
The minimum number of factories this resource group can use is 1.
*Default Interactive Crosstabs
This resource group contains the following start arguments:
-Xmx2048M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
*Default BIRT Factory
This resource group contains the following start arguments:
-Xmx2048M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
*Default Report Studio
This resource group contains the following start arguments:
-Xmx2048M -XX:MaxPermSize=256m -XX:-UsePerfData
-Djava.awt.headless=true -Djava.net.preferIPv4Stack=true
-Djava.protocol.handler.pkgs=com.actuate.javaserver
.protocol com.actuate.javaserver.Server
Resource group properties pertaining to all templates
The shared configuration file, acserverconfig.xml, contains an XML element named <ResourceGroup> for each resource group. This element contains attributes that affect the configuration of the resource group for all templates.
A <ResourceGroup> element contains the following properties for a resource group:
*Name
Name of the resource group.
*Type
Type of job the resource group supports. Resource groups support the following job types:
*View
Supports running a job synchronously, or unscheduled, and viewing a document.
*Async
Supports running a job asynchronously, or scheduled, and printing a document.
*Volume
Supports specifying a particular volume. Default value is all volumes.
*Disabled
Supports disabling and enabling the resource group. Value is true or false. Default value is false.
*Reserved
Supports reserving a synchronous resource group for targeted requests.
*ReportType
Supports running a report type of JavaReport.
*Description
The resource group description.
*MaxPriority
Used by a resource group having a Type of Async. The maximum priority a job can have. A job with a higher priority than another job runs first. The range of possible values is 0 through 1000.
*MinPriority
Used by a resource group having a Type of Async. The minimum priority a job can have. A job with a lower priority than another job runs after the higher priority job. The range of possible values is 0 through 1000.
*WorkUnitType
Specifies the type of processing this resource group can perform. For example, generating a BIRT document asynchronously requires the BIRT Factory work unit type. Generating a BIRT document immediately requires the BIRT Online work unit type.