summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/resources
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-12-10 13:57:59 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-12-10 14:04:59 +0100
commit2db810113ffc50b26cae63c034cdf0f33b859c64 (patch)
tree961e937d17ec40362498ceda51358761b4d08bcc /jdisc_http_service/src/main/resources
parent36221bb67238256d46cb0fe69ca682172d2bec65 (diff)
Change memory threshold to a percentage of total memory
Diffstat (limited to 'jdisc_http_service/src/main/resources')
-rw-r--r--jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
index ae4e66a236b..7967f657aff 100644
--- a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
+++ b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
@@ -47,8 +47,8 @@ throttling.enabled bool default=false
# Max number of connections.
throttling.maxConnections int default=-1
-# Max memory usage in megabytes (totalMemory - freeMemory).
-throttling.maxMemoryUsage int default=-1
+# Max memory utilization as a value between 0 and 1.
+throttling.maxHeapUtilization double default=-1
# Max connection accept rate.
throttling.maxAcceptRate int default=-1