2a95010859
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17841 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
# OPTIONS
|
|
# -n COUNT
|
|
# Specifies the number of children processes forked per interface
|
|
# -N COUNT
|
|
# Specifies the number of children processes forked to handle tcp incoming connections
|
|
# -m SIZE
|
|
# Size of the shared memory which will be allocated (in Megabytes).
|
|
# -u UID
|
|
# Changes the user id under which
|
|
# -g GID
|
|
# Changes the group id under which
|
|
|
|
OPTIONS="-n 4 -m 4 - m 8"
|