Author: paul
Date: 2006-03-28 01:39:13 +0200 (Tue, 28 Mar 2006)
New Revision: 1690
Log:
r9022@frost: paul | 2006-03-27 17:37:28 -0600
Suggest use of --skip-thread-priority under Mac OS X.
Modified:
trunk/
trunk/refman-4.1/installing.xml
trunk/refman-5.0/installing.xml
trunk/refman-5.1/installing.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8986
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4118
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9022
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4118
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2006-03-27 19:54:57 UTC (rev 1689)
+++ trunk/refman-4.1/installing.xml 2006-03-27 23:39:13 UTC (rev 1690)
@@ -14838,6 +14838,17 @@
<listitem>
<para>
+ If you have problems with performance under heavy load,
+ try using the <option>--skip-thread-priority</option>
+ option to <command>mysqld</command>. This runs all threads
+ with the same priority. On Mac OS X, this gives better
+ performance, at least until Apple fixes its thread
+ scheduler.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The connection times (<literal>wait_timeout</literal>,
<literal>interactive_timeout</literal> and
<literal>net_read_timeout</literal>) values are not
Modified: trunk/refman-5.0/installing.xml
===================================================================
--- trunk/refman-5.0/installing.xml 2006-03-27 19:54:57 UTC (rev 1689)
+++ trunk/refman-5.0/installing.xml 2006-03-27 23:39:13 UTC (rev 1690)
@@ -13859,6 +13859,17 @@
<listitem>
<para>
+ If you have problems with performance under heavy load,
+ try using the <option>--skip-thread-priority</option>
+ option to <command>mysqld</command>. This runs all threads
+ with the same priority. On Mac OS X, this gives better
+ performance, at least until Apple fixes its thread
+ scheduler.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The connection times (<literal>wait_timeout</literal>,
<literal>interactive_timeout</literal> and
<literal>net_read_timeout</literal>) values are not
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2006-03-27 19:54:57 UTC (rev 1689)
+++ trunk/refman-5.1/installing.xml 2006-03-27 23:39:13 UTC (rev 1690)
@@ -13326,6 +13326,17 @@
<listitem>
<para>
+ If you have problems with performance under heavy load,
+ try using the <option>--skip-thread-priority</option>
+ option to <command>mysqld</command>. This runs all threads
+ with the same priority. On Mac OS X, this gives better
+ performance, at least until Apple fixes its thread
+ scheduler.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The connection times (<literal>wait_timeout</literal>,
<literal>interactive_timeout</literal> and
<literal>net_read_timeout</literal>) values are not
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1690 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 28 Mar |