summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-12-12 12:04:21 +0100
committergjoranv <gv@oath.com>2018-12-12 12:04:21 +0100
commit7cb63ebe0c9eabc23a569044ec6d9fbf3f1a5a13 (patch)
treec2117025ab6240ba3e0cd9d6782db746182f4a6f /jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
parent001c1d6da54d2b052b5b677356be43136c4d8474 (diff)
Revert "Change memory threshold to a percentage of total memory"
This reverts commit 2db810113ffc50b26cae63c034cdf0f33b859c64.
Diffstat (limited to 'jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def')
-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 7967f657aff..ae4e66a236b 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 utilization as a value between 0 and 1.
-throttling.maxHeapUtilization double default=-1
+# Max memory usage in megabytes (totalMemory - freeMemory).
+throttling.maxMemoryUsage int default=-1
# Max connection accept rate.
throttling.maxAcceptRate int default=-1