1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-05 19:18:01 +08:00
ULib/tests/examples/benchmark/FrameworkBenchmarks/fbenchmark.cfg
2015-01-23 17:24:36 +01:00

23 lines
440 B
INI

userver {
PORT 8080
# PREFORK_CHILD 8
LISTEN_BACKLOG 8192
MAX_KEEP_ALIVE 8192
PID_FILE benchmark/FrameworkBenchmarks/ULib/userver_tcp.pid
DOCUMENT_ROOT benchmark/FrameworkBenchmarks/ULib/www
# SET_REALTIME_PRIORITY yes
PLUGIN_DIR ../../../../../../src/ulib/net/server/plugin/.libs
ORM_DRIVER_DIR ../../../../../../src/ulib/orm/driver/.libs
# LOG_FILE ../../benchmark.log
# LOG_FILE_SZ 50M
# LOG_MSG_SIZE -1
}