Re: [ovs-dev] [PATCH] Add --enable-jemalloc argument to build

2016-03-15 Thread Ben Pfaff
that decision to the specific > developers. > > Thanks, > Esteban > > -Original Message- > From: Ben Pfaff [mailto:b...@ovn.org] > Sent: lunes, 14 de marzo de 2016 11:10 > To: Rodriguez Betancourt, Esteban > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PAT

Re: [ovs-dev] [PATCH] Add --enable-jemalloc argument to build

2016-03-15 Thread Rodriguez Betancourt, Esteban
the specific developers. Thanks, Esteban -Original Message- From: Ben Pfaff [mailto:b...@ovn.org] Sent: lunes, 14 de marzo de 2016 11:10 To: Rodriguez Betancourt, Esteban Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] Add --enable-jemalloc argument to build On Tue, Feb 23,

Re: [ovs-dev] [PATCH] Add --enable-jemalloc argument to build

2016-03-14 Thread Ben Pfaff
On Tue, Feb 23, 2016 at 10:21:21PM +, Rodriguez Betancourt, Esteban wrote: > During our tests with OVSDB we found out that memory allocation is > used intensively by the server, so we thought that using a different > memory allocator could increase the performance. We tried jemalloc > and the p

Re: [ovs-dev] [PATCH] Add --enable-jemalloc argument to build

2016-03-14 Thread Ryan Moats
"dev" wrote on 03/13/2016 03:48:19 AM: > During our tests with OVSDB we found out that memory allocation is > used intensively by the server, so we thought that using a different > memory allocator could increase the performance. We tried jemalloc > and the performance gain was between 20% and 40

Re: [ovs-dev] [PATCH] Add --enable-jemalloc argument to build

2016-03-13 Thread Huang, Lei
Hi, I tested the patch in our scalability test environment, the test case as blow: - 1000 sandboxes are created - Each time create 5 lswitches each has 200 lports, that is, 1000 lport in total, then bind lports one by one to sandboxes randomly After linked ovsdb-server, ovn-controller with jemal

[ovs-dev] [PATCH] Add --enable-jemalloc argument to build

2016-02-23 Thread Rodriguez Betancourt, Esteban
During our tests with OVSDB we found out that memory allocation is used intensively by the server, so we thought that using a different memory allocator could increase the performance. We tried jemalloc and the performance gain was between 20% and 40%. This patch would allow anyone to enable jemal