View Single Post
Posts: 915 | Thanked: 3,209 times | Joined on Jan 2011 @ Germany
#23
Originally Posted by Maemish View Post
Tried rawtherapee but could not figure it out and it froze my device.
Are you aware that there is a watchdog on the N900 that will reboot the device unless it gets an "I'm alive" signal from the OS in regular intervals (1 minute?)?
Running programs that create high CPU usage or load often prevent this signal from reaching the watchdog.

Running programs with high CPU demands on lower processing or I/O priorities alleviates this problem, although it doesn't solve it entirely:
Code:
nice -n 19 ionice -c 3 rawtherapee
 

The Following 6 Users Say Thank You to sulu For This Useful Post: