> ## Documentation Index
> Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment issues

> This page summarizes some issues about deployment.

## RisingWave is terminated with exit code

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](https://en.wikipedia.org/wiki/Advanced%5FVector%5FExtensions), 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.
