summaryrefslogtreecommitdiff
path: root/doc/operations
diff options
context:
space:
mode:
Diffstat (limited to 'doc/operations')
-rw-r--r--doc/operations/sidekiq_restarter.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/operations/sidekiq_restarter.md b/doc/operations/sidekiq_restarter.md
deleted file mode 100644
index ab28c9def18..00000000000
--- a/doc/operations/sidekiq_restarter.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# Sidekiq MemoryKiller
-
-The GitLab Rails application code suffers from memory leaks. For web requests
-this problem is made manageable using
-[unicorn-worker-killer](https://github.com/kzk/unicorn-worker-killer) which
-restarts Unicorn worker processes in between requests when needed. The Sidekiq
-MemoryKiller applies the same approach to the Sidekiq processes used by GitLab
-to process background jobs.
-
-