Skip to content

Conversation

@git-hulk
Copy link
Member

@git-hulk git-hulk commented Jun 4, 2025

This PR sets the environment variable MALLOC_CONF with "prof:true,prof_active:false,background_thread:true", so that users who are using Docker images could enable the jemalloc profiling at runtime if necessary via the profiling command. It won't bring any performance overhead because the profiling behavior is deactivated by default.

This closes #3009.

@git-hulk git-hulk requested a review from PragmaTwice June 4, 2025 13:19
@git-hulk git-hulk merged commit 644c6b7 into apache:unstable Jun 4, 2025
34 checks passed
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 4, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
41.7% Coverage on New Code (required ≥ 50%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Dockerfile to enable --opt.prof by default

2 participants