Cryosparc status and memory issue

OS:Ubuntu 22.04
cryosparc version:4.5.3
memory:512G

When I try to run cryosparc, I often encounter the job status of kill. At this time, check the status of cryosparc, as shown below. I can restart cryosparc, but the problem will reoccur after running the job.

At the same time, part of the system memory is always occupied by used and cannot be released.

Hey,

We had a very similar issue, this was my solution which worked without a single crash until now: cryoSPARC master crashes.

Hi Sabeli,

If you delete the same sock file from tmp folder and restart your cryopsarc (cryosparcm restart). It should work then.
If you want to free your system memory, you can try in root mode (sudo free -g && sync && echo 3 > /proc/sys/vm/drop_caches && echo “” && free -g). It works for me not sure about yours.

Best of luck!!!

Thanks, it will work fine after I shut down the systemd-oomd service in Ubuntu.

It is also better to set transparent_hugepage to never.