I have a similar a similar situation but, in my case, machine almoust stop running, completly overloaded.
I was able to login (very slow) and I issue command ps -aux. It shows a lot (hundreds) of lines like this:
root 10123 0.0 0.0 4440 0 ? Ss 07:55 0:00 /bin/sh -c /usr/bin/net cache flush
root 10125 0.0 0.0 321840 8 ? S 07:55 0:00 /usr/bin/net cache flush
After a reboot everything seems to be ok again.
I decided to remove the CRON job and see what happens.
CRON runs net cache flush every minute. Somewher in time, there is a condition when the command hangs and doesn't complete and stay in memory (but system doesn't crash!). CRON continues to run every minute until no more memory available.
Mr. Zentyal, why do you need to flush the cache every minute? And why net cache flush hangs in memory?
Thank you.