mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
* src/ejabberdctl.template: Removed the option ERL_FULLSWEEP_AFTER
because it is almost useless regarding ejabberd's performance. * src/ejabberdctl.cfg.example: Likewise SVN Revision: 1140
This commit is contained in:
parent
74d52708b0
commit
635978b137
@ -1,3 +1,9 @@
|
|||||||
|
2008-01-08 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
|
* src/ejabberdctl.template: Removed the option ERL_FULLSWEEP_AFTER
|
||||||
|
because it is almost useless regarding ejabberd's performance.
|
||||||
|
* src/ejabberdctl.cfg.example: Likewise
|
||||||
|
|
||||||
2008-01-08 Christophe Romain <christophe.romain@process-one.net>
|
2008-01-08 Christophe Romain <christophe.romain@process-one.net>
|
||||||
|
|
||||||
* doc/Makefile: fix version.tex generation bug
|
* doc/Makefile: fix version.tex generation bug
|
||||||
@ -5,7 +11,7 @@
|
|||||||
2008-01-01 Badlop <badlop@process-one.net>
|
2008-01-01 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
* src/web/ejabberd_web_admin.erl: Uniformize the name of
|
* src/web/ejabberd_web_admin.erl: Uniformize the name of
|
||||||
ejabberd's web admin to: 'Web Admin' (EjAB-472)
|
ejabberd's web admin to: 'Web Admin' (EJAB-472)
|
||||||
* doc/guide.tex: Likewise
|
* doc/guide.tex: Likewise
|
||||||
* doc/introduction.tex: Likewise
|
* doc/introduction.tex: Likewise
|
||||||
|
|
||||||
|
@ -61,20 +61,6 @@
|
|||||||
#
|
#
|
||||||
#ERL_MAX_ETS_TABLES=1400
|
#ERL_MAX_ETS_TABLES=1400
|
||||||
|
|
||||||
# ERL_FULLSWEEP_AFTER: Maximum number of collections before a forced fullsweep
|
|
||||||
#
|
|
||||||
# To reduce memory usage, you can set environment variable ERL_FULLSWEEP_AFTER.
|
|
||||||
# But in this case ejabberd may work slower.
|
|
||||||
#
|
|
||||||
# The ERL_FULLSWEEP_AFTER option shrinks the size of the Erlang process after
|
|
||||||
# RAM intensive events. Note that this option may downgrade performance. Hence
|
|
||||||
# this option is only interesting on machines that also host other services
|
|
||||||
# (webserver, mail) on which ejabberd does not receive constant load.
|
|
||||||
#
|
|
||||||
# Default: 65535
|
|
||||||
#
|
|
||||||
#ERL_FULLSWEEP_AFTER=65536
|
|
||||||
|
|
||||||
# The next variable allows to explicitly specify erlang node for ejabberd
|
# The next variable allows to explicitly specify erlang node for ejabberd
|
||||||
# It can be given in different formats:
|
# It can be given in different formats:
|
||||||
# ERLANG_NODE=ejabberd
|
# ERLANG_NODE=ejabberd
|
||||||
|
@ -6,7 +6,6 @@ SMP=auto
|
|||||||
ERL_MAX_PORTS=32000
|
ERL_MAX_PORTS=32000
|
||||||
ERL_PROCESSES=250000
|
ERL_PROCESSES=250000
|
||||||
ERL_MAX_ETS_TABLES=1400
|
ERL_MAX_ETS_TABLES=1400
|
||||||
ERL_FULLSWEEP_AFTER=65536
|
|
||||||
|
|
||||||
# define default environment variables
|
# define default environment variables
|
||||||
NODE=ejabberd
|
NODE=ejabberd
|
||||||
@ -62,7 +61,6 @@ export ERL_MAX_ETS_TABLES
|
|||||||
export ERL_CRASH_DUMP
|
export ERL_CRASH_DUMP
|
||||||
export EJABBERD_LOG_PATH
|
export EJABBERD_LOG_PATH
|
||||||
export HOME
|
export HOME
|
||||||
[ $ERL_FULLSWEEP_AFTER = "disabled" ] || export ERL_FULLSWEEP_AFTER
|
|
||||||
|
|
||||||
[ -d $EJABBERD_DB ] || mkdir -p $EJABBERD_DB
|
[ -d $EJABBERD_DB ] || mkdir -p $EJABBERD_DB
|
||||||
[ -d $LOGS_DIR ] || mkdir -p $LOGS_DIR
|
[ -d $LOGS_DIR ] || mkdir -p $LOGS_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user