shmget() failed

Hello all,

I have downloaded the recently released paraview version 5.7.0-RC1-MPI-Linux-64bit
when I open the software, an output message come, which reads:
QXcbShmImage: shmget() failed (28: No space left on device) for size … (…x…)

what should I do to solve this problem?
BR

Try exporting QT_X11_NO_MITSHM=1 in the environment first. I recommend only doing it where necessary, not unconditionally.

I export `QT_X11_NO_MITSHM=1 to bashrc and sourced it.

It does not work.

My GPU is TITAN RTX.

When I try to use the old version of paraview (5.4), no such error appears.