Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: file inclusion chapter update

...

Table of Contents
excludeTable of Contents
stylesquare

Session

General settings that control execution of CHARON-VAX belong to an object callled "session". It is a preloaded object; therefore, only "set" commands apply. 

...

Parametern_of_io_cpus
TypeNumeric
Value

This parameter specifies how many host CPUs CHARON-VAX must use for I/O handling. Use of the “affinity” parameter may limit the number of CPUs available.By default the CHARON-VAX instance reserves one third of available host CPUs for I/O processing (round down, at least one). The “n_of_io_cpus” parameter overrides that by specifying the number of CHARON I/O CPUs explicitly.

Example:

set session n_of_io_cpus=2


Back to Table of Contents


File inclusion

It is possible to include a configuration file into an existing one using the "include" command. File extension is usually .icfg.

Format:

include "file.icfg"

Example:

include "/charon/commonpart.icfg"

Back to Table of Contents