summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRodriguez Betancourt, Esteban <estebarb@hpe.com>2016-03-15 23:29:57 +0000
committerBen Pfaff <blp@ovn.org>2016-03-16 17:11:40 -0700
commit48d3d48824822c2bad0841a0e2b04df11ebdbabb (patch)
treeaf7430ba9510a2b08c29769c759b2de23c950384 /.travis.yml
parent118c77b1a81978decee96626a01837a2dae56c4d (diff)
downloadopenvswitch-48d3d48824822c2bad0841a0e2b04df11ebdbabb.tar.gz
INSTALL.md: Suggest jemalloc memory allocator.
Change installing documentation to suggest to use jemalloc memory allocator. This memory allocator showed great performance gains when used at ovsdb-server and other components. Signed-off-by: Esteban Rodriguez Betancourt <estebarb@hpe.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2b262e473..66180731e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,8 @@ addons:
- gcc-multilib
- libssl-dev
- llvm-dev
+ - libjemalloc1
+ - libjemalloc-dev
before_install: ./.travis/prepare.sh
@@ -30,6 +32,7 @@ env:
- KERNEL=3.14.60
- KERNEL=3.12.53
- KERNEL=3.10.96
+ - TESTSUITE=1 LIBS=-ljemalloc
script: ./.travis/build.sh $OPTS