cstryon
|
2010-09-05
, 19:20
|
Posts: 206 |
Thanked: 46 times |
Joined on Mar 2010
|
#611
|
|
2010-09-05
, 22:07
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#612
|
|
2010-10-10
, 10:58
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#613
|
|
2010-10-11
, 09:13
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#614
|
It's a little script daemon that monitors gpsdriver and kills it when has leaked enough memory to grow in size, which happens every 1.5-2 hours, but it won't interfere with gps usage.
KILL=$(busybox awk -v MMAX="$MMAX" '($1 == "VmSize:") {if ($2>MMAX) print 1 }' \ /proc/$PID/status) 2>/dev/null
|
2010-10-11
, 14:48
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#615
|
A minor nitpick: I think you meant to use $MMAX & $PID in the main line, ie
Code:KILL=$(busybox awk -v MMAX="$MMAX" '($1 == "VmSize:") {if ($2>MMAX) print 1 }' \ /proc/$PID/status) 2>/dev/null
While we're at it, I wonder if there's some way to detect when /var/lib/gps/nvd_data has become stale and get rid of it as well...
|
2010-10-18
, 21:41
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#616
|
|
2010-11-23
, 20:07
|
Posts: 164 |
Thanked: 18 times |
Joined on Dec 2007
|
#617
|
|
2010-11-23
, 22:43
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#618
|
|
2010-11-24
, 03:54
|
Posts: 1,513 |
Thanked: 2,248 times |
Joined on Mar 2006
@ US
|
#619
|
Is this project still active?? I have not recieved an update in a while... I was hoping for performance updates
|
2010-11-24
, 23:26
|
|
Posts: 118 |
Thanked: 66 times |
Joined on Mar 2010
@ Brazil
|
#620
|
Tags |
backintime, diablo cssu, diablo turbo |
|