From 66643ba3aa6851fa5865e483b71f06fd50a36da9 Mon Sep 17 00:00:00 2001 From: oilbeater Date: Tue, 9 Aug 2022 13:07:20 +0800 Subject: [PATCH] perf: fix memory leak --- dist/images/Dockerfile.base | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/images/Dockerfile.base b/dist/images/Dockerfile.base index 06740eafdf1..fd91f07c3eb 100644 --- a/dist/images/Dockerfile.base +++ b/dist/images/Dockerfile.base @@ -14,6 +14,8 @@ RUN apt update && apt install build-essential git libnuma-dev autoconf curl \ RUN cd /usr/src/ && \ git clone -b ovn-22.03.1 --depth=1 https://github.com/kubeovn/ovs.git && \ cd ovs && \ + # fix memleak + curl -s https://github.com/kubeovn/ovs/commit/2dc8e7aa202818952b2fa80b47298604530c9de0.patch | git apply && \ # increase election timer curl -s https://github.com/kubeovn/ovs/commit/22ea22c40b46ee5adeae977ff6cfca81b3ff25d7.patch | git apply && \ # compile without avx512