[master] e255baaa0 Check if adding another 4k to the stack is enough

Nils Goroll nils.goroll at uplex.de
Thu Mar 7 00:09:06 UTC 2019


commit e255baaa0813a019f1da8ec7f614ad453eac6c8e
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Mar 7 01:07:51 2019 +0100

    Check if adding another 4k to the stack is enough
    
    it is on my debian buster
    
    Ref #2817

diff --git a/bin/varnishtest/tests/r02817.vtc b/bin/varnishtest/tests/r02817.vtc
index 4e9b1189f..51b4c0b41 100644
--- a/bin/varnishtest/tests/r02817.vtc
+++ b/bin/varnishtest/tests/r02817.vtc
@@ -67,7 +67,8 @@ server s1 {
 	}
 } -start
 
-varnish v1 -vcl+backend {
+# XXX THIS TEST SHOULD USE THE DEFAULT STACK SIZE - WIP
+varnish v1 -arg "-p thread_pool_stack=52k" -vcl+backend {
 	import std;
 	import debug;
 


More information about the varnish-commit mailing list