Stephen Wille Padnos wrote:

> What's the BASE_PERIOD?  I can't imagine it taking 1 minute to read a 2k 
> file 100 times unless there's something else going on.  It could also be 
> low memory (swap thrashing).
> 
# Base task period, in nanoseconds - this is the fastest thread 
in the machine
BASE_PERIOD =                50000
# Servo task period, in nanoseconds - will be rounded to an 
integer multiple
#   of BASE_PERIOD
SERVO_PERIOD =               1000000
# Trajectory Planner task period, in nanoseconds - will be 
rounded to an
#   integer multiple of SERVO_PERIOD
TRAJ_PERIOD =                10000000

I've never been too clear on what to do with BASE_PERIOD, since 
there is no step generating thread on systems with my hardware.
Should I set it the same as SERVO_PERIOD?

This is on the Ubuntu 6.06 Linux, and there seems to be 
something making a burst of 2 disk accesses every 2 seconds.  It 
reminds me of what it sounds like if something is pouring debug 
data into the kernel log, but that doesn't seem to be going on, 
and it does it even when EMC2 is not running.  Not a major deal, 
but any unecesssary tasks, and anything that might fill up the 
disk with junk ought to be shut off.  Some people leave these 
machines on 24/7.

Thanks,

Jon

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to