Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 101f638f406c782add193c38bffe7717fb098ef2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Low Resources module
#

DEPEND=server

etc/jetty-lowresources.xml

INI=# lowresources.period=1050
INI=# lowresources.lowResourcesIdleTimeout=200
INI=# lowresources.monitorThreads=true
INI=# lowresources.maxConnections=0
INI=# lowresources.maxMemory=0
INI=# lowresources.maxLowResourcesTime=5000

Back to the top