debian-mirror-gitlab/data/removals/14_0/removal-unicorn.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
545 B
YAML
Raw Normal View History

2022-04-04 11:22:00 +05:30
- name: "Unicorn in GitLab self-managed"
2022-03-02 08:16:31 +05:30
removal_date: "2021-06-22"
removal_milestone: "14.0"
reporter: fzimmer
2022-04-04 11:22:00 +05:30
breaking_change: true
2022-03-02 08:16:31 +05:30
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.