Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- rtsFlagsPtr :: Ptr RTSFlags
- rtsBlockShift :: Int
- rtsBlockSize :: Word32
- setRTSOptsM :: Word32 -> IO ()
- setRTSOptsA :: Word32 -> IO ()
- setRTSOptsH :: Word32 -> IO ()
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
)