Skip to content

Commit

Permalink
perf: fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Aug 9, 2022
1 parent 84aba41 commit 66643ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/images/Dockerfile.base
Expand Up @@ -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
Expand Down

0 comments on commit 66643ba

Please sign in to comment.