blob: 60b0f1002ffb967c1e82d4662e3e449ed5a71d07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/ejabberd/files/ejabberd-1.1.1.confd,v 1.3 2007/12/08 16:49:48 ulm Exp $
# Name of your ejabberd node. Used by ejabberdctl to determine which
# node to communicate with. Default is "ejabberd@`hostname -s`".
#EJABBERD_NODE="ejabberd@`hostname -s`"
# Max number of open network connections. Default is 1024. Increasing
# this will slightly increase memory usage.
#ERL_MAX_PORTS=1024
# Return memory to the system after using it, instead of keeping it
# allocated for future use. Decreases the memory required by ejabberd,
# but makes it run slower. Default is unset, set to any value to
# activate.
#ERL_FULLSWEEP_AFTER=0
|