Error during production MDrun

GROMACS version:2021.4
GROMACS modification: Yes/No
Here post your question I am simulating my protein in cyclohexane solvent. On the final production MD run, i got the following error-
Fatal error:
The X-size of the box (5.875432) times the triclinic skew factor (1.000000) is
smaller than the number of DD cells (4) times the smallest allowed cell size
(1.477750)
How to resolve this, what size of the box should I use (I am used cubic box of size 1.0 nm) ?

You’re not using a cubic box of size 1.0 nm, your box’ X-dimension is almost 6 nm.

It seems that you’re using too many CPUs for the size of your system, try requesting fewer of them or use -ntmpi/-ntomp to command gmx mdrun to use fewer.

Thank you @milosz.wieczor