Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a6aff9ec
Commit
a6aff9ec
authored
Oct 28, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jimw/my/mysql-4.1-13811
into mysql.com:/home/jimw/my/mysql-4.1-clean
parents
69332014
ab90b23a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
support-files/my-huge.cnf.sh
support-files/my-huge.cnf.sh
+1
-1
support-files/my-innodb-heavy-4G.cnf.sh
support-files/my-innodb-heavy-4G.cnf.sh
+1
-1
support-files/my-large.cnf.sh
support-files/my-large.cnf.sh
+1
-1
No files found.
support-files/my-huge.cnf.sh
View file @
a6aff9ec
...
@@ -33,7 +33,7 @@ sort_buffer_size = 2M
...
@@ -33,7 +33,7 @@ sort_buffer_size = 2M
read_buffer_size
=
2M
read_buffer_size
=
2M
read_rnd_buffer_size
=
8M
read_rnd_buffer_size
=
8M
myisam_sort_buffer_size
=
64M
myisam_sort_buffer_size
=
64M
thread_cache
=
8
thread_cache
_size
=
8
query_cache_size
=
32M
query_cache_size
=
32M
# Try number of CPU's*2 for thread_concurrency
# Try number of CPU's*2 for thread_concurrency
thread_concurrency
=
8
thread_concurrency
=
8
...
...
support-files/my-innodb-heavy-4G.cnf.sh
View file @
a6aff9ec
...
@@ -128,7 +128,7 @@ join_buffer_size = 8M
...
@@ -128,7 +128,7 @@ join_buffer_size = 8M
# the amount of thread creations needed if you have a lot of new
# the amount of thread creations needed if you have a lot of new
# connections. (Normally this doesn't give a notable performance
# connections. (Normally this doesn't give a notable performance
# improvement if you have a good thread implementation.)
# improvement if you have a good thread implementation.)
thread_cache
=
8
thread_cache
_size
=
8
# This permits the application to give the threads system a hint for the
# This permits the application to give the threads system a hint for the
# desired number of threads that should be run at the same time. This
# desired number of threads that should be run at the same time. This
...
...
support-files/my-large.cnf.sh
View file @
a6aff9ec
...
@@ -33,7 +33,7 @@ sort_buffer_size = 1M
...
@@ -33,7 +33,7 @@ sort_buffer_size = 1M
read_buffer_size
=
1M
read_buffer_size
=
1M
read_rnd_buffer_size
=
4M
read_rnd_buffer_size
=
4M
myisam_sort_buffer_size
=
64M
myisam_sort_buffer_size
=
64M
thread_cache
=
8
thread_cache
_size
=
8
query_cache_size
=
16M
query_cache_size
=
16M
# Try number of CPU's*2 for thread_concurrency
# Try number of CPU's*2 for thread_concurrency
thread_concurrency
=
8
thread_concurrency
=
8
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment