X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fovsdb-server.at;fp=tests%2Fovsdb-server.at;h=a64fab3fb68ff590296613a9cbdd404e8503a81e;hb=f5ca49d849c9526f7aabbca1a6d171d4132f7ea3;hp=fc51820a11442a5d7965024d406b3c41a4c1d66a;hpb=906e29329b211a7f1c1ec457de2d32f429387793;p=sliver-openvswitch.git diff --git a/tests/ovsdb-server.at b/tests/ovsdb-server.at index fc51820a1..a64fab3fb 100644 --- a/tests/ovsdb-server.at +++ b/tests/ovsdb-server.at @@ -685,7 +685,7 @@ fi # Calculate the number of iterations we need to queue. Each of the # iterations we execute, by itself, yields a monitor update of about # 25 kB, so fill up that much space plus a few for luck. -n_iterations=`expr $rmem_max / 2500 + 5` +n_iterations=`expr $rmem_max / 25000 + 5` echo rmem_max=$rmem_max n_iterations=$n_iterations # Calculate the exact number of monitor updates expected for $n_iterations,