INSTANCES.CONF(5) | [FIXME: manual] | INSTANCES.CONF(5) |
NAME¶
instances.conf_ - zorp(8) instances databaseDESCRIPTION¶
The instances.conf file describes the zorp(8) instances to be run on the system. It is processed by zorpctl(8) line by line, each line having the structure described below. Empty lines and lines beginning with '#' are comments ignored by zorpctl.STRUCTURE¶
Enable the automatic restart feature of
zorpctl. When an instance is in auto-restart mode, it is restarted
automatically in case the instance exits.
--no-auto-restart or -a
Disable automatic restart for this
instance.
--fd-limit <number> or -f <number>
Set the file descriptor limit to
<number>. The file descriptor limit defaults to the number of threads
(specified by the --threads parameter of zorp(8)) multiplied by
4.
--process-limit <number> or -p <number>
Set the process limit to <number>. The
process limit defaults to the number of threads (specified by the
--threads parameter of zorp(8)) multiplied by 2.
--enable-core
Explicitly enable core dumps for Zorp
processes. The core limit is inherited from the local starting environment
(e.g.: starting shell) if not specified.
--parallel-instances <number> or -P <number>
Run <number> of processes for the
instance. zorpctl starts exactly one Zorp process in master mode and
<number> of slave Zorp processes. This mode of operation is incompatible
with old-style dispatchers, you must use the new rule-based policy with this
option.
EXAMPLES¶
FILES¶
The default location of instances.conf is /etc/zorp/instances.conf. Defaults for zorpctl tunables can be specified in /etc/zorp/zorpctl.AUTHOR¶
This manual page was written by the BalaBit Documentation Team <documentation@balabit.com>.COPYRIGHT¶
Copyright © 2006 BalaBit IT Security Ltd. All rights reserved. For more information about the legal status of this document please read: http://www.balabit.com/products/zorp/docs/legal_notice.bbq03/06/2012 | [FIXME: source] |