# The default timer interval is 20000, or 20 milliseconds.
Timer interval:    100000

# The default idle interval is 20 milliseconds (20000).
Idle interval:     100000

# The default quantum interval is 2
Sched quantum:     5

# After every quantum expiration, the thread's priority is decremented.  The
# default sched policy is SCHED_ROUND_ROBIN_C
Sched policy:   SCHED_ROUND_ROBIN_C

# Cause all new threads to start with an initial priority of 18.  The default
# is 16.

#Thread priority:   16

# All new threads start with a stack size of 4096 bytes.  The default is 8192.
Stack size:        8096

