Skip to content

Commit a6f2ff4

Browse files
authored
Remove google-perftools from the default image. (#39323)
1 parent f8e4de0 commit a6f2ff4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
## Breaking Changes
7575

76-
* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
76+
* (Python) Removed `google-perftools` from the SDK container images. Users who wish to use `--profiler_agent=tcmalloc` should install google-perftools APT package in their custom container images separately ([#39323](https://github.com/apache/beam/issues/39323)).
7777

7878
## Deprecations
7979

sdks/python/container/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ RUN \
4545
ccache \
4646
# Required for using Beam Python SDK on ARM machines.
4747
libgeos-dev \
48-
# Required for memory profiling with tcmalloc.
49-
google-perftools \
5048
&& \
5149

5250
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)