Skip to main content

Deployment issues

This page summarizes some issues about deployment.

RisingWave is terminated with exit code 132

If RisingWave is terminated with exit code 132 when running in any environment, this corresponds to the SIGILL, which is a signal from the OS that some instruction in the compiled RisingWave binary is not supported.

In many cases, this instruction is from the AVX2 instruction set, which we use for SIMD instructions. If their machine does not have support for this instruction set, they cannot run RisingWave.

This happens for all deployment modes, docker, binary, Kubernetes etc.

Help us make this doc better!

Was this page helpful?

Happy React is loading...