Recent content by dlb

  1. D

    Installing gitlab into LXC container (sysctl kernel.shmmax)

    Could you please write in this discussion result of command "sysctl kernel.shmmax" in your gitlab LXC container?
  2. D

    Installing gitlab into LXC container (sysctl kernel.shmmax)

    This document actually describes only two ways to solve this issue, in simple words: 1. "You can patch the github installation script. But you can have unexpected side effects on performance of your GitLab server so it is not recommended to do so" 2. "You can change these parameters in the...
  3. D

    Installing gitlab into LXC container (sysctl kernel.shmmax)

    Hi, I tried to install gitlab into LXC CT, but during the installation I received an error that PostgreSQL requires kernel.shmmax = 17179869184 I verify kernel.shmmax in CT: # cat /proc/sys/kernel/shmmax 18446744073692774399 If I try set this parameter in CT, I get error: sysctl -w...