Specifying code density in Java
How to specify code density with a Java™ property.
About this task
You can define the code density for the sequential mode by setting the code.density Java property, typically when launching the application.
Specify the entire variable name, including the ilog.rules.engine name space, to prevent conflicts with other Java variables.
Procedure
Set the code density property using the following code:
java -Dilog.rules.engine.sequential.code.density=0.5 myApp