.
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=184
This commit is contained in:
parent
fc4d9b7a24
commit
d0ef974439
@ -1,4 +1,31 @@
|
|||||||
--- .#empty
|
--- startpar.8
|
||||||
+++ .#empty 2012-01-30 17:44:30.343145442 +0000
|
+++ startpar.8 2012-04-09 13:25:33.000000000 +0000
|
||||||
@@ -0,0 +1 @@
|
@@ -1,4 +1,4 @@
|
||||||
+Place holder
|
-.\"
|
||||||
|
+'\" e
|
||||||
|
.\" SuSE man page for startpar
|
||||||
|
.\"
|
||||||
|
.\" Copyright (c) 2003 SuSE Linux AG, Nuernberg, Germany.
|
||||||
|
@@ -62,13 +62,19 @@ option, the default is full parallelism.
|
||||||
|
the scripts can be provided with the
|
||||||
|
.B \-a
|
||||||
|
option.
|
||||||
|
-Processes block by pending
|
||||||
|
+Processes blocked by pending
|
||||||
|
.B I/O
|
||||||
|
-will weighting by the factor
|
||||||
|
+will cause new process creation to be weighted by the iorate factor
|
||||||
|
.IR 800 .
|
||||||
|
To change this factor the option
|
||||||
|
.B \-i
|
||||||
|
-can be used to specify an other value.
|
||||||
|
+can be used to specify another value. The amount
|
||||||
|
+.EQ
|
||||||
|
+weight = (nblocked times iorate) / 1000
|
||||||
|
+.EN
|
||||||
|
+will be subtracted from the total number of processes which could be
|
||||||
|
+started, where nblocked is the number of processes currently blocked
|
||||||
|
+by pending I/O.
|
||||||
|
|
||||||
|
The output of each script is buffered and written when the script
|
||||||
|
exits, so output lines of different scripts won't mix. You can
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 17 11:48:35 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
- Added patch from Roger Leigh to correct the manual page of startpar
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 10 12:44:29 UTC 2012 - werner@suse.de
|
Fri Aug 10 12:44:29 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user