module Roma::Config
Constants
- AUTO_RECOVER
to use a auto recover function,
AUTO_RECOVER
is to set true- CONNECTION_CONTINUOUS_LIMIT
like a MaxStartups spec in the sshd_config 'start:rate:full'
- CONNECTION_DESCRIPTOR_TABLE_SIZE
to use a system call of epoll,
CONNECTION_DESCRIPTOR_TABLE_SIZE
can be setting- CONNECTION_EMPOOL_EXPTIME
expired time(sec) for an eventmachine's connection in the connection pool
CONNECTION_EMPOOL_EXPTIME
should be less thanCONNECTION_EXPTIME
- CONNECTION_EMPOOL_MAX
max length of the eventmachine's connection pool
- CONNECTION_EXPTIME
expired time(sec) for accepted connections
- CONNECTION_POOL_EXPTIME
expired time(sec) for an async connection in the connection pool
CONNECTION_POOL_EXPTIME
should be less thanCONNECTION_EXPTIME
- CONNECTION_POOL_MAX
max length of the connection pool
- CONNECTION_USE_EPOLL
to use a system call of epoll,
CONNECTION_USE_EPOLL
is to set true- DATACOPY_STREAM_COPY_WAIT_PARAM
data copy setting
- DEFAULT_LOST_ACTION
:no_action | :auto_assign | :shutdown
- DEFAULT_NAME
- DEFAULT_PORT
- DNS_CACHING
lookup hostname to the nameserver everytime or only first time. if set true, the result of lookup will keep.
- LOG_LEVEL
:debug | :info | :warn | :error
- LOG_PATH
- LOG_SHIFT_AGE
log setting
- LOG_SHIFT_SIZE
- LOG_STREAM_SHOW_WAIT_PARAM
show logs setting
- PLUGIN_FILES
plugin setting
- REDUNDANT_ZREDUNDANT_SIZE
redundant setting
REDUNDANT_ZREDUNDANT_SIZE
is a option for a redundancy of compressed data. when the data size is more thenREDUNDANT_ZREDUNDANT_SIZE
, data compression is done. however, it does't in case ofREDUNDANT_ZREDUNDANT_SIZE
is zero.- ROUTING_EVENT_LIMIT_LINE
- ROUTING_FAIL_CNT_GAP
ROUTING_FAIL_CNT_GAP
(sec) doesn't increase the failover counter.- ROUTING_FAIL_CNT_THRESHOLD
failover setting threshold of failover occurrence
- RTTABLE_PATH
routing setting
- STORAGE_CLASS
storage setting
- STORAGE_CLEAN_UP_INTERVAL
- STORAGE_DELMARK_EXPTIME
expired time(sec) for deleted keys, expired keys and invalid vnode keys typical value is 5 days
- STORAGE_DIVNUM
- STORAGE_DUMP_PATH
- STORAGE_EXCEPTION_ACTION
:no_action | :shutdown
- STORAGE_OPTION
- STORAGE_PATH
- VERSION
check when the booting
- WRITEBEHIND_PATH
write-behind setting
- WRITEBEHIND_SHIFT_SIZE