Gitlab:红宝石“捆绑”工艺极大地消耗了内存


9

我在小型Ubuntu LTS 16.04上运行的Gitlab安装出现问题。我必须指出,我对Linux或Gitlab没有太多的经验。

我的Gitlab安装包含几个个人项目(只有4个)运行正常,尽管推送非常缓慢,有时会失败。此外,访问Web界面的速度非常慢。我检查了服务器,发现最多使用了总内存的96%。罪魁祸首似乎是捆绑过程。

top - 00:15:30 up 59 days, 16:17,  1 user,  load average: 0.00, 0.01, 0.09
Tasks: 160 total,   1 running, 159 sleeping,   0 stopped,   0 zombie
%Cpu(s):  0.5 us,  0.2 sy,  0.0 ni, 99.3 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
KiB Mem : 72.4/2048272  [|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||                           ]
KiB Swap:  0.0/0        [                                                                                                    ]

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND
 8760 git       20   0  648908 412768  14700 S   0.7 20.2   0:30.58 bundle
 8799 git       20   0  513748 302632  14300 S   0.0 14.8   0:20.02 bundle
 8833 git       20   0  513748 293028   4696 S   0.0 14.3   0:00.03 bundle
 8839 git       20   0  513748 292904   4572 S   0.0 14.3   0:00.02 bundle
 8836 git       20   0  513748 292840   4508 S   0.3 14.3   0:00.04 bundle
11792 mysql     20   0 1567168 158296      0 S   0.0  7.7   5:01.31 mysqld
32688 root      20   0 11.279g  99476   1164 S   0.0  4.9   1:21.06 dotnet
 8092 gitlab-+  20   0  576816  39616  39020 S   0.0  1.9   0:00.10 postgres
 8854 gitlab-+  20   0  595572  15004  10524 S   0.0  0.7   0:00.09 postgres
 8075 git       20   0  128348  14896   7680 S   0.0  0.7   0:00.07 gitlab-workhors
 8830 gitlab-+  20   0  592816  12196   9780 S   0.0  0.6   0:00.04 postgres
 9534 gitlab-+  20   0  592824  12060   9668 S   0.0  0.6   0:00.01 postgres
 8781 gitlab-+  20   0  592816  11932   9616 S   0.0  0.6   0:00.02 postgres
32684 root      20   0   61856  11420      0 S   0.0  0.6  23:35.39 supervisord
 8100 gitlab-+  20   0   37552  11112   2868 S   0.3  0.5   0:03.74 redis-server
 8094 gitlab-+  20   0  577068   7944   7324 S   0.0  0.4   0:00.01 postgres
 8087 gitlab-+  20   0   46756   7932   2900 S   0.0  0.4   0:00.01 nginx
 8095 gitlab-+  20   0  577068   7052   6444 S   0.0  0.3   0:00.06 postgres
 8088 gitlab-+  20   0   46412   6752   1992 S   0.0  0.3   0:00.10 nginx
  975 root      20   0   38236   6368   1908 S   0.0  0.3   8:47.56 systemd-journal
 8097 gitlab-+  20   0  578076   5600   4240 S   0.0  0.3   0:00.05 postgres
 8086 root      20   0   42240   5524   4696 S   0.0  0.3   0:00.00 nginx
  974 root      20   0   12204   4720     60 S   0.0  0.2   2:33.12 haveged
    1 root      20   0  185260   4308   2408 S   0.0  0.2   3:23.22 systemd
 7757 root      20   0   25224   4256   2484 S   0.0  0.2   0:00.28 bash
 9857 root      20   0   42468   3708   3076 R   0.0  0.2   0:00.09 top
 8098 gitlab-+  20   0   26956   3296   2608 S   0.0  0.2   0:00.08 postgres
 8089 gitlab-+  20   0   42424   3260   2224 S   0.0  0.2   0:00.01 nginx
 8784 git       20   0   18100   2980   2664 S   0.0  0.1   0:00.38 gitlab-unicorn-
 8096 gitlab-+  20   0  577068   2932   2332 S   0.0  0.1   0:00.03 postgres

我打了pstree,这些捆绑过程似乎与ruby应用程序有关(必须是gitlab)。

systemd─┬─agetty
        ├─atd
        ├─bundle─┬─3*[bundle───{ruby-timer-thr}]
        │        └─{ruby-timer-thr}
... 

是否有人曾经有过类似的经历或想法可能导致这种情况?

Answers:


3

GitLab CE希望至少使用4GB的RAM。因此,如果您有2GB RAM,GitLab会尝试通过使用SWAP添加另外2GB内存,这将导致2GB交换内存。即使您是唯一的用户,这也使得GitLab非常慢。

解决方案:您的计算机必须至少具有4 GB RAM或更多。不要浪费时间调整GitLab的配置文件,只需确保拥有4 GB的硬RAM。

阅读此GitLab文档的“内存”部分:https ://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/requirements.md

祝好运!


2

这些将是独角兽工人和sidekiq。它们似乎使用了正确的内存量。2GB大约是运行gitlab所需的最低内存;如果您的系统有很多活动,则需要4GB或更多空间。

我也有一个2GB RAM上的个人gitlab实例,它显示出类似的用法:

top - 23:30:42 up 5 days,  7:53,  1 user,  load average: 0.04, 0.03, 0.05
Tasks: 172 total,   2 running, 170 sleeping,   0 stopped,   0 zombie
%Cpu(s):  1.2 us,  0.2 sy,  0.0 ni, 98.7 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
KiB Mem :  2048816 total,    72636 free,  1762504 used,   213676 buff/cache
KiB Swap:  1048572 total,   801180 free,   247392 used.    73972 avail Mem 

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM     TIME+ COMMAND     
  664 git       20   0  715620 458296   2964 S   3.0 22.4 139:48.55 bundle      
 1623 git       20   0  543608 327472   3044 S   0.0 16.0   3:46.02 bundle      
 1626 git       20   0  543608 324384   3224 S   0.0 15.8   3:51.97 bundle      
 1620 git       20   0  543608 324244   3088 S   0.0 15.8   3:51.68 bundle      
 1556 git       20   0  510840 149736   2616 S   0.0  7.3   0:18.45 bundle    

请注意,这top并没有向您显示这些流程的实际作用,但是您可以通过轻松地找到ps。例如:

# ps 664
  PID TTY      STAT   TIME COMMAND
  664 ?        Ssl  139:49 sidekiq 4.2.1 gitlab-rails [0 of 25 busy]
# ps 1556
  PID TTY      STAT   TIME COMMAND
 1556 ?        Sl     0:18 unicorn master -D -E production -c /var/opt/gitlab/gitlab-rails/etc/unicorn.rb /opt/gitlab/embedded/service/gitlab-rails/config.ru

1
谢谢您的回答。我想我将不得不寻找一个更轻量级的解决方案。Gogs看起来很有前途
mode777 '16

我也有2GB的RAM,一开始gitlab运行良好。似乎在助手之间存在内存泄漏(gitlab.com/gitlab-org/gitlab-ce/issues/30564)。您可以执行一些操作,例如:docs.gitlab.com/ce/administration/operations/…(但我自己还没有做过)或不时重新启动该补充过程(也许是cron吗?)。
Josejulio'7

独角兽凶手也可能是有用的about.gitlab.com/2015/06/05/...
Josejulio

我正在为一个项目评估gitlab,并且在2018年3月遇到了类似的问题。在2gb节点上闪亮的Debian新安装,Gitlab运行良好,但是几天后bundle进程消耗内存并导致过多的交换。此问题已通过修复,至少暂时修复了gitlab-ctl restart。该文档说:“ Gitlab存在内存泄漏。” 是的,从安装之时起,它闲置时就有泄漏。
罗杰·哈利伯顿

您可以按c顶部以显示实际的命令行。
托马斯(Thomas)

1

我知道这个线程是一个小故事,但是还有其他人会遇到吗?我在一个具有24GB和12cores / 24threads的物理设备上,并且我看到bundle疯狂地分叉,直到它耗尽了所有内存。我在gitlab配置中查看,发现sidekiq并发默认设置为25-显然,这意味着最多运行25个捆绑软件副本?它会在内存不足之前创建尽可能多的内容。疯。


更新我发现这个线程可以帮助: stackoverflow.com/questions/36122421/...
BoeroBoy

0

您是否尝试过将其关闭然后重新打开?

gitlab-ctl restart

无论发生什么情况bundle,似乎很明显*杀手级工具无法捕获这些问题。这些过程似乎是从sidekiq开始的。


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.