Help! How to change timer in QNX4.25?

Hi All,
I have a problem.
When I type “sin info”,it shows “Timers=125” but I need to change the timer to 250.

How can I do for this?

Thanks a lot!

Danny

You need to rebuild the boot image.

the Proc line needs to have -t250

my system has $ Proc32 -p2000 -n200 -t250

which gives 2000 processes, 200 names and 250 timers

when you have rebuilt the boot image copy it to /.boot
this is all explained in the docs

It’s work!
Thank you very much…