Comment by tekstar

6 years ago

They should follow the Linux kernel and set all counters to rollover a few minutes after boot.

Does it actually do that? Is it done to ensure that all apps can handle the scenario?

  • Yes. Jiffies (the main linux counter) rolls over either 10 or 20 minutes after boot. Yes. It is to ensure kernel modules as code can handle the roll over.