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

Enable core dump by default in the docker image. #3

Open
leoadonia opened this issue Oct 22, 2024 · 0 comments
Open

Enable core dump by default in the docker image. #3

leoadonia opened this issue Oct 22, 2024 · 0 comments

Comments

@leoadonia
Copy link

Setting the core dump configuration:

  • echo '/tmp/core.%e.%p' | tee /proc/sys/kernel/core_pattern
  • ulimit -c unlimited

The core dump file should be generated if there is a crash from any Python, GO extension or C runtime.

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

1 participant