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
2a6af72b
Commit
2a6af72b
authored
Dec 10, 2008
by
Mikael Ronstrom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor modifications to spin values which showed to be slightly better.
parent
1c3442e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
storage/innobase/srv/srv0srv.c
storage/innobase/srv/srv0srv.c
+2
-2
No files found.
storage/innobase/srv/srv0srv.c
View file @
2a6af72b
...
@@ -352,10 +352,10 @@ ibool srv_use_awe = FALSE;
...
@@ -352,10 +352,10 @@ ibool srv_use_awe = FALSE;
ibool
srv_use_adaptive_hash_indexes
=
TRUE
;
ibool
srv_use_adaptive_hash_indexes
=
TRUE
;
/*-------------------------------------------*/
/*-------------------------------------------*/
ulong
srv_n_spin_wait_rounds
=
2
0
;
ulong
srv_n_spin_wait_rounds
=
3
0
;
ulong
srv_n_free_tickets_to_enter
=
500
;
ulong
srv_n_free_tickets_to_enter
=
500
;
ulong
srv_thread_sleep_delay
=
10000
;
ulong
srv_thread_sleep_delay
=
10000
;
ulint
srv_spin_wait_delay
=
5
;
ulint
srv_spin_wait_delay
=
6
;
ibool
srv_priority_boost
=
TRUE
;
ibool
srv_priority_boost
=
TRUE
;
ibool
srv_print_thread_releases
=
FALSE
;
ibool
srv_print_thread_releases
=
FALSE
;
...
...
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