Configuring Glasgow Haskell Compiler Runtime System Options

The RTS offers many options for controlling behaviour. For example, depending on your system specifications and the Cardano Node version, your block-producing node may miss slot leader checks as reported using the gLiveView dashboard due to time spent in garbage collection (GC). Using custom RTS options, you may seek to reduce significantly the number of slot leader checks that your block producer misses due to GC.

Last updated