I was able to get up to 500 simulated hypervisors on my laptop with only
this change:
diff --git a/ovsdb/jsonrpc-server.c b/ovsdb/jsonrpc-server.c
index fffcb73..a7065ff 100644
--- a/ovsdb/jsonrpc-server.c
+++ b/ovsdb/jsonrpc-server.c
@@ -126,7 +126,7 @@ ovsdb_jsonrpc_server_create(void)
{
s
> On Jun 11, 2015, at 12:14 AM, Ben Pfaff wrote:
>
> (Even with 200 simulated hypervisors I'm still seeing an 85% idle
> system. Our daemons have a slow idle!)
Awesome! Thanks for pulling these tests together so that we have an idea where
we stand.
--Justin
___
On Wed, Jun 10, 2015 at 11:53:47PM -0700, Ben Pfaff wrote:
> I want to report progress I've made tonight on an extended form of the
> OVS sandbox that I expect to be useful for testing OVN. The main point
> of the extension is to make it easy to start up multiple sandboxed
> instances of OVS and t