我們在centos服務器上使用Varnish緩存4.1,當我們開始清漆服務器很多清漆過程開始和它不關閉,由於這個問題我們正面臨內存泄漏問題,請讓我們知道我們如何解決這一問題清漆過程沒有關閉,並佔用大量內存
我的配置是:在/ etc/SYSCONFIG /清漆
#DAEMON_OPTS="-a :80 \
# -T localhost:6082 \
# -f /etc/varnish/default.vcl \
# -S /etc/varnish/secret \
# -p thread_pools=8 \
# -p thread_pool_max=4000 \
# -p thread_pool_add_delay=1 \
# -p send_timeout=30 \
# -p listen_depth=4096 \
# -s malloc,2G"
backend default {
.host = "127.0.0.1";
.port = "8080";
.probe = {
.url = "/";
.interval = 5s;
.timeout = 1s;
.window = 5;
.threshold = 3;
}
}
34514 89208 83360 5 0.0 4.3 0:00.00/usr/sbin目錄/ varnishd -a:80 -f /等/varnish/default.vcl -T 127.0.0.1:6082 -t 120 -p線程池min = 50 -pt 1678清漆20 0 345M 89208 83360 S 0.0 4.3 0:00.03/usr/sbin/varnishd -a:80 -f /etc/varnish/default.vcl -T 127.0.0.1:60 82 -t 120 -p thread_pool_min = 50 -p•1679清漆20 0
謝謝,請用瞬態限制找到DAEMON_OPT,但我們仍面臨同樣的問題,並且我們在「/etc/varnish/varnish.params」中也沒有單獨的參數。 – Ajith
謝謝。你的varnishd.service文件的內容是什麼,或者什麼是啓動你的varnish守護進程?我想知道使用哪些參數。 –
請在此鏈接中找到/etc/init.d/varnish內容http://grabmydoctor.com/varnish.txt – Ajith