summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-12-15 13:44:47 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-12-15 13:44:47 +0100
commite61e7a17b433cfe88910d21d00be90d909ca83bc (patch)
tree002314e9328e3c741125ebfaff229bf2646786e7
parent71789468d306c7974fcf27442c83d7fc131e94fa (diff)
downloadgitlab-ce-e61e7a17b433cfe88910d21d00be90d909ca83bc.tar.gz
Remove unfinished file with the wrong name
-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.
-
-