LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lockup
#11
If you can open a terminal, do

top

to see which process(es) is(are) hogging your computer (give more weight to the memory column)  and do

ps -ef

to see what processes are running and their ID #.
Use kill (need PID #) or pkill (need executable name) to remove the process.

If you know it will hang when running something, try opening a terminal first.  Type "top" and make sure the memory column is viewable.  The run the program(s) that you think problematic.

Sheng-Chieh
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)