Skip to content
Snippets Groups Projects
Commit 007e4719 authored by Stan Hu's avatar Stan Hu
Browse files

Support rbtrace and ObjectSpace via environment flags

rbtrace and ObjectSpace are essential to debugging memory
issues in Ruby. Both will be disabled by default.

1. rbtrace allows us to send commands (e.g. request a heap dump) to an
already running gitaly-ruby process. It can be used safely in production.

2. ObjectSpace: Enabling object allocations tracing will allow us to see
what is consuming a significant amount of memory.
parent 9841872e
No related branches found
No related tags found
1 merge request!1049Add glProjectName to logs
Showing
No files found.
with 0 additions and 0 deletions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment