Running Orc Applications

Running Orc Applications — How to run applications using ORC.

Running Orc Applications

At runtime several environment variables can be used to control ORC.

ORC_DEBUG This environment variable can be set to a number indicating the level for debug logging. A value of 0 (default) results in no debug logging. The higher the value to more detail is logged.

ORC_CODE This variable can be set to a comma separated list of flags to control the code selection and execution. Supported values are: backup, emulate and debug. 'Backup' would instruct ORC to select the C based backup functions. 'Emulate' will run the ORC code through an interpreter.

ORC_CPU_FLAGS This environment variable can be used to manually specify cpu capabilities.