iota-0.1.0.0
Safe HaskellSafe-Inferred
LanguageGHC2021

GHC.RTS.Flags.Utils

Synopsis

Documentation

rtsBlockShift :: Int Source #

defined in rts/Constants.h

rtsBlockSize :: Word32 Source #

defined in rts/storage/Block.h

setRTSOptsM :: Word32 -> IO () Source #

maxHeapSize (-M, default: 0)

setRTSOptsA :: Word32 -> IO () Source #

minAllocAreaSize (-A, default: 4 * 1024 * 1024)

>>> setRTSOptsA $ 128 * 1024 * 1024

setRTSOptsH :: Word32 -> IO () Source #

heapSizeSuggestion(-H, default: 0)