On Thu, Jan 23, 2014 at 3:21 PM, Jorick Astrego wrote:
Yes that's it:
Adding "--otopi-environment="OVESETUP_SYSTEM/shmmax=int:68719476736"
"
works.
I never thought a known issue would crop up so soon, so I just started
installing.
Thanks
hello,
is it correct to say that if I put something like this in my
/etc/sysctl.d/ovirt-engine.conf
# cat /etc/sysctl.d/ovirt-engine.conf
# ovirt-engine configuration.
# Put 200Mb 15/01/14
kernel.shmmax = 209715200
And then
# systemctl stop ovirt-engine
# systemctl stop postgresql
# sysctl -p
# sysctl -a --system | grep shmmax
(to verify new settings)
# systemctl start postgresql
# systemctl start ovirt-engine
Then I can run engine-setup without need of putting the env variable any more?
At least it worked from me for upgrade to 3.3.3beta1 and 3.3.3rc
Gianluca