OCI runtime error when re-generate Statefulset

Hello,

I delete Statefulset psmdb-db-rs0 then it re-generated by applying helm chart.
When the helm chart modified and new rs pod init, the error occurred and it is not started.
Can you guess why this error occurred?

Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error setting cgroup config for procHooks process: failed to write "107374182400000": write /sys/fs/cgroup/cpu,cpuacct/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-poddb6af4a5_a740_44a4_be49_149403b88bb6.slice/cri-containerd-mongo-init.scope/cpu.cfs_quota_us: invalid argument: unknown

Hi, you should not be deleting k8s resources used by the operator, instead let the operator handle that for you. What is the reason you are deleting the sts directly?