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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
381d56bb
Commit
381d56bb
authored
Jul 18, 2002
by
arjen@fred.bitbike.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reset previous width to maintain proper DocBook output.
parent
ffa1c73c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
Docs/manual.texi
Docs/manual.texi
+26
-26
No files found.
Docs/manual.texi
View file @
381d56bb
...
@@ -38242,23 +38242,23 @@ Also the small archived InnoDB log file
...
@@ -38242,23 +38242,23 @@ Also the small archived InnoDB log file
[mysqld]
[mysqld]
# You can write your other MySQL server options here
# You can write your other MySQL server options here
# ...
# ...
#
Data file(s) must be able to
# Data file(s) must be able to
#
hold your data and indexes.
# hold your data and indexes.
#
Make sure you have enough
# Make sure you have enough
#
free disk space.
# free disk space.
innodb_data_file_path = ibdata1:10M:autoextend
innodb_data_file_path = ibdata1:10M:autoextend
#
Set buffer pool size to
# Set buffer pool size to
#
50 - 80 % of your computer's
# 50 - 80 % of your computer's
#
memory
# memory
set-variable = innodb_buffer_pool_size=70M
set-variable = innodb_buffer_pool_size=70M
set-variable = innodb_additional_mem_pool_size=10M
set-variable = innodb_additional_mem_pool_size=10M
#
Set the log file size to about
# Set the log file size to about
#
25 % of the buffer pool size
# 25 % of the buffer pool size
set-variable = innodb_log_file_size=20M
set-variable = innodb_log_file_size=20M
set-variable = innodb_log_buffer_size=8M
set-variable = innodb_log_buffer_size=8M
#
Set ..flush_log_at_trx_commit
# Set ..flush_log_at_trx_commit
#
to 0 if you can afford losing
# to 0 if you can afford losing
#
some last transactions
# some last transactions
innodb_flush_log_at_trx_commit=1
innodb_flush_log_at_trx_commit=1
@end example
@end example
...
@@ -38336,28 +38336,28 @@ have to create them yourself.} Use the Unix or MS-DOS
...
@@ -38336,28 +38336,28 @@ have to create them yourself.} Use the Unix or MS-DOS
# You can write your other MySQL server options here
# You can write your other MySQL server options here
# ...
# ...
innodb_data_home_dir =
innodb_data_home_dir =
#
Data files must be able to
# Data files must be able to
#
hold your data and indexes
# hold your data and indexes
innodb_data_file_path = /ibdata/ibdata1:2000M;/dr2/ibdata/ibdata2:2000M:autoextend
innodb_data_file_path = /ibdata/ibdata1:2000M;/dr2/ibdata/ibdata2:2000M:autoextend
#
Set buffer pool size to
# Set buffer pool size to
#
50 - 80 % of your computer's
# 50 - 80 % of your computer's
#
memory, but make sure on Linux
# memory, but make sure on Linux
#
x86 total memory usage is
# x86 total memory usage is
#
< 2 GB
# < 2 GB
set-variable = innodb_buffer_pool_size=1G
set-variable = innodb_buffer_pool_size=1G
set-variable = innodb_additional_mem_pool_size=20M
set-variable = innodb_additional_mem_pool_size=20M
innodb_log_group_home_dir = /dr3/iblogs
innodb_log_group_home_dir = /dr3/iblogs
#
.._log_arch_dir must be the same
# .._log_arch_dir must be the same
#
as .._log_group_home_dir
# as .._log_group_home_dir
innodb_log_arch_dir = /dr3/iblogs
innodb_log_arch_dir = /dr3/iblogs
set-variable = innodb_log_files_in_group=3
set-variable = innodb_log_files_in_group=3
#
Set the log file size to about
# Set the log file size to about
#
15 % of the buffer pool size
# 15 % of the buffer pool size
set-variable = innodb_log_file_size=150M
set-variable = innodb_log_file_size=150M
set-variable = innodb_log_buffer_size=8M
set-variable = innodb_log_buffer_size=8M
#
Set ..flush_log_at_trx_commit to
# Set ..flush_log_at_trx_commit to
#
0 if you can afford losing
# 0 if you can afford losing
#
some last transactions
# some last transactions
innodb_flush_log_at_trx_commit=1
innodb_flush_log_at_trx_commit=1
set-variable = innodb_lock_wait_timeout=50
set-variable = innodb_lock_wait_timeout=50
#innodb_flush_method=fdatasync
#innodb_flush_method=fdatasync
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