Whether to enable fault handlers
Stack size of each fiber (except the main fiber). The reactor will allocate numFiber*fiberStackSize during startup
How often does the GC's collection run.
Allocation threshold to trigger a GC run
Hard hang detection.
Hogger detection threshold.
Maximum desired fiber run time
Maximum number of fibers.
Number of threads servicing deferred tasks
Maximal number of timers that can be simultaneously registered.
Whether the reactor should register the default (fd processing) idle handler
Whether we have enabled deferToThread
Worker thread stack size
Base granularity of the reactor's timer.
Disable all GC collection during the reactor run time. Only available for UTs.
The options control aspects of the reactor's operation