Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable profilers for Alpine-based Docker images. #7899

Open
mkokryashkin opened this issue Nov 3, 2022 · 1 comment
Open

Disable profilers for Alpine-based Docker images. #7899

mkokryashkin opened this issue Nov 3, 2022 · 1 comment

Comments

@mkokryashkin
Copy link
Contributor

Both the sysprof and the memprof are using the same module for symbol table dumps. That module heavily depends on libraries providing information about runtime. Alpine doesn't have those libraries, so Tarantool Docker images based on Alpine should be built with -DLUAJIT_DISABLE_SYSPROF=ON and -DLUAJIT_DISABLE_MEMPROF=ON.

@Totktonada
Copy link
Member

NB: The story starts here: #7850.

By the way, is there exact list of dependencies of the profilers?

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

No branches or pull requests

2 participants