From 71789468d306c7974fcf27442c83d7fc131e94fa Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Mon, 15 Dec 2014 13:43:36 +0100 Subject: Add documentation for the Sidekiq MemoryKiller --- doc/operations/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/operations/README.md (limited to 'doc/operations/README.md') diff --git a/doc/operations/README.md b/doc/operations/README.md new file mode 100644 index 00000000000..31b1b583b0c --- /dev/null +++ b/doc/operations/README.md @@ -0,0 +1,3 @@ +# GitLab operations + +- [Sidekiq MemoryKiller](sidekiq_memory_killer.md) -- cgit v1.2.1 From a33d2f865388cc83526509ad3f9084222cce6b77 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 6 Jan 2015 11:50:05 +0100 Subject: Document Redis session cleanup --- doc/operations/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/operations/README.md') diff --git a/doc/operations/README.md b/doc/operations/README.md index 31b1b583b0c..f1456c6c8e2 100644 --- a/doc/operations/README.md +++ b/doc/operations/README.md @@ -1,3 +1,4 @@ # GitLab operations - [Sidekiq MemoryKiller](sidekiq_memory_killer.md) +- [Cleaning up Redis sessions](cleaning_up_redis_sessions.md) -- cgit v1.2.1