If the "process" is controlled by a stored procedure or set of stored procedures, you can do things like setting OPTION(MAXDOP 1) to help the situation a bit. Of course, that's a code change but not a serious one. Still may not help on memory or I/O if it's bad code (and it very likely is). Of course, properly identifying and fixing the bad code would alleviate the problem altogether. 😉