Class ExpressionsCompilerOptions
OptimaJet.Workflow.Core.CodeActions.ExpressionsCompilerOptions
Options for ExpressionsCompiler
Namespace: OptimaJet.Workflow.Core.CodeActions
public class ExpressionsCompilerOptionsInheritance
- System.Object
Properties
Name
Type
DegreeOfParallelism #Int32Degree of parallelism used during expressions compilation. By default is Environment.ProcessorCount
ForceGarbageCollection #BooleanForced to invoke GC.Collect() after compiling each expression
Default #ExpressionsCompilerOptionsIt is instance of ExpressionsCompilerOptions with default values. That is, without invoking GC.Collect() and with max parallelism.
Forced #ExpressionsCompilerOptionsFor decrease a memory spike. Disable parallelism compilation and forced invoking GC.Collect() after each script compilation.