- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: "timeslice" kernel setting
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 09:56 AM
10-24-2000 09:56 AM
"timeslice" kernel setting
numerical value. By "SERVER TEMPLATE" default it is set to "1".
The older system (K580) that I am replacing with a dual 550MHZ N4000
has it set to "10". Is there a set answer? I am running Oracle 8.05 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 09:59 AM
10-24-2000 09:59 AM
Re: "timeslice" kernel setting
The timeslice interval is the amount of time one process is allowed to run before the CPU is given to the next process at the same priority. The value of timeslice is specified in units of (10 millisecond) clock ticks. There are two special values:
0 => Use the system default value (currently ten 10-msec ticks, or 100 milliseconds).
-1 => Disable round-robin scheduling completely.
Timeslice imposes a time limit which, when it expires, forces a process to check for pending signals. This guarantees that any processes that do not make system calls can be terminated (such as a runaway process in an infinite loop). Setting timeslice to a very large value, or to minus 1, allows such processes to continue operating without checking for signals, thus causing system performance bottlenecks or system lock-up.
Use the default value for timeslice unless a different value is required by system applications having specific real-time needs.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 10:02 AM
10-24-2000 10:02 AM
Re: "timeslice" kernel setting
The timeslice interval is the amount of time one process is allowed to run before the CPU is given to the next process at the same priority. The value of timeslice is specified in units of (10 millisecond) clock ticks. There are two special values:
0 Use the system default value (currently ten 10-msec ticks, or 100 milliseconds).
-1 Disable round-robin scheduling completely.
Impact on System
timeslice imposes a time limit which, when it expires, forces a process to check for pending signals. This guarantees that any processes that do not make system calls can be terminated (such as a runaway process in an infinite loop). Setting timeslice to a very large value, or to minus 1, allows such processes to continue operating without checking for signals, thus causing system performance bottlenecks or system lock-up.
Use the default value for timeslice unless a different value is required by system applications having specific real-time needs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 10:03 AM
10-24-2000 10:03 AM
Re: "timeslice" kernel setting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 10:06 AM
10-24-2000 10:06 AM
Re: "timeslice" kernel setting
Ah shucks! I just got lucky. Great minds run in the same tracks. Great to see you back regularly!
Warm regards, Jim.
...JRF...