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...