Skip to main content
2 of 3
Fix spellings and grammar.
Toby Speight
  • 9.4k
  • 3
  • 32
  • 54

How to limit coredump CPU usage?

I have some process (test) which runs on my machine. Sometimes it crashes and generates a core dump.

Whilst the core dump is being written, the machine is completely frozen (even the mouse pointer cannot be moved).

I thought I could limit the CPU usage for the core-dump generation (I'm willing to accept a longer time to write the dump).

How can this be done? Is there a better solution?

I'm running Ubuntu 14.04.

SagiLow
  • 287
  • 2
  • 14