run the LFC process at a less favorite priority
Call setpriority() system call with for instance 4 (default priority is 0, range is -20 to 19 or 20, lower is better and lower than 0 is privileged).
It is a few lines patch (2 includes, one call and error handling).