The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



Thread: top %CPU.
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-09-2007
sysgate's Avatar
sysgate sysgate is offline
Unix based
 

Join Date: Nov 2006
Location: /root
Posts: 1,211
You can't really tell some process to use certain CPU amount. Maybe there are some applications that made your X server to consume lot of CPU, I suggest that you restart the X server, if applicable. If you are working in SMP environment, you can use the package "schedutils" to bind certain process to 1 CPU, thus reducing the possibility of eating all of your CPU resources.
Reply With Quote