You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the MongoDB installation for a customer, the mongod service wasn’t starting due to a core dump. The root cause was the VM in ProxMox didn’t support AVX. Add a check to the deployer to check for AVX.
grep avx /proc/cpuinfo
For this customer, we had to change the cpu mode to ‘Host’.
We ran into a similar issue in the Lab and we had to migrate the VM to a physical host that supported AVX.
If we determine that AVX is missing this should be considered a fatal error in deployer.
The text was updated successfully, but these errors were encountered:
During the MongoDB installation for a customer, the mongod service wasn’t starting due to a core dump. The root cause was the VM in ProxMox didn’t support AVX. Add a check to the deployer to check for AVX.
grep avx /proc/cpuinfo
For this customer, we had to change the cpu mode to ‘Host’.
We ran into a similar issue in the Lab and we had to migrate the VM to a physical host that supported AVX.
If we determine that AVX is missing this should be considered a fatal error in deployer.
The text was updated successfully, but these errors were encountered: