Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-12-15 15:44:47 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-12-15 15:44:47 +0300
commite61e7a17b433cfe88910d21d00be90d909ca83bc (patch)
tree002314e9328e3c741125ebfaff229bf2646786e7 /doc/operations
parent71789468d306c7974fcf27442c83d7fc131e94fa (diff)
Remove unfinished file with the wrong name
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.
-
-