troubleshooting

How can I troubleshoot risingwave on Ubuntu 22.04 LTS VM on Windows with issues related to AVX2 instruction set support?

Olivier Parmentier is facing issues running risingwave on a Ubuntu 22.04 LTS VM on Windows due to problems with AVX2 instruction set support. Tianxiao Shen and Olivier discuss possible solutions and troubleshooting steps related to AVX2 support. Georg Boegerl provides a Docker Compose file that worked for a similar setting. Olivier later discovers that the problem is due to the lack of AVX2 support on the CPU.

Ol

Olivier Parmentier

Asked on Mar 01, 2023

  • Check CPU support for AVX2 instruction set using cat /proc/cpuinfo
  • Use coreinfo on Windows to verify AVX2 support
  • If AVX2 is not supported, consider upgrading to a CPU that supports AVX2
  • Troubleshoot prebuilt package and compiling from source errors related to AVX2 support
  • Verify Docker container exit status using docker inspect
  • Check for out of memory issues in Docker container
  • Consider enabling AVX2 in the VM if using a virtual machine environment
  • Use Docker Compose file provided by Georg Boegerl for setting up risingwave services
Mar 07, 2023Edited by