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:
Diffstat (limited to 'data/removals/14_0/removal-unicorn.yml')
-rw-r--r--data/removals/14_0/removal-unicorn.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/removals/14_0/removal-unicorn.yml b/data/removals/14_0/removal-unicorn.yml
new file mode 100644
index 00000000000..af0bed0f3ec
--- /dev/null
+++ b/data/removals/14_0/removal-unicorn.yml
@@ -0,0 +1,6 @@
+- name: "Unicorn removed in favor of Puma for GitLab self-managed"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: fzimmer
+ body: |
+ [Support for Unicorn](https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6078) has been removed in GitLab 14.0 in favor of Puma. [Puma has a multi-threaded architecture](https://docs.gitlab.com/ee/administration/operations/puma.html) which uses less memory than a multi-process application server like Unicorn. On GitLab.com, we saw a 40% reduction in memory consumption by using Puma.