Stops growth of massive dentry cache growth

Change-Id: I0cb84edcd9e46ab1e9b311298d6ce9d2a2b21766
Closes-Bug: #1805656
This commit is contained in:
Nagasai Vinaykumar Kapalavai 2018-11-28 16:21:33 +00:00
parent 190b03d229
commit a719804ef2
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
: ${HEALTHCHECK_CURL_WRITE_OUT:='\n%{http_code} %{remote_ip}:%{remote_port} %{time_total} seconds\n'}
healthcheck_curl () {
export NSS_SDB_USE_CACHE=no
curl -g -k -q --fail \
--max-time "${HEALTHCHECK_CURL_MAX_TIME}" \
--user-agent "${HEALTHCHECK_CURL_USER_AGENT}" \