Merge lp:~kalebral-deactivatedaccount/drizzle-automation/update-sysbench-config-files into lp:drizzle-automation

Proposed by Lee Bieber
Status: Merged
Merged at revision: not available
Proposed branch: lp:~kalebral-deactivatedaccount/drizzle-automation/update-sysbench-config-files
Merge into: lp:drizzle-automation
Diff against target: 43 lines (+4/-4)
2 files modified
drizzle/automation/config/sysbench/innodb_1000K_readonly.cnf (+3/-3)
drizzle/automation/config/sysbench/innodb_1000K_readwrite.cnf (+1/-1)
To merge this branch: bzr merge lp:~kalebral-deactivatedaccount/drizzle-automation/update-sysbench-config-files
Reviewer Review Type Date Requested Status
Jay Pipes Approve
Review via email: mp+20937@code.launchpad.net

Description of the change

updating sysbench config files for innodb to be consistent with what is currently being run on our sysbench machine drizzle-x4450

To post a comment you must log in.
Revision history for this message
Jay Pipes (jaypipes) :
review: Approve
142. By Jay Pipes <jpipes@serialcoder>

Merge Lee's updates to sysbench configs.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'drizzle/automation/config/sysbench/innodb_1000K_readonly.cnf'
2--- drizzle/automation/config/sysbench/innodb_1000K_readonly.cnf 2009-06-12 22:40:53 +0000
3+++ drizzle/automation/config/sysbench/innodb_1000K_readonly.cnf 2010-03-09 02:35:42 +0000
4@@ -3,7 +3,7 @@
5 # Options provided directly to the drizzled server
6 # when the server is started.
7
8-innodb_buffer_pool_size= 128M
9+innodb_buffer_pool_size= 256M
10 innodb_log_file_size= 64M
11 innodb_log_buffer_size= 8M
12 innodb_thread_concurrency= 0
13@@ -16,7 +16,7 @@
14 # Options provided directly to the mysqld server
15 # when the server is started.
16
17-innodb_buffer_pool_size= 128M
18+innodb_buffer_pool_size= 256M
19 innodb_log_file_size= 64M
20 innodb_log_buffer_size= 8M
21 innodb_thread_concurrency= 0
22@@ -49,7 +49,7 @@
23
24 # Options given to the sysbench program on every iteration
25
26-max-time= 60
27+max-time= 240
28 max-requests= 0
29 test= oltp
30 db-ps-mode= disable
31
32=== modified file 'drizzle/automation/config/sysbench/innodb_1000K_readwrite.cnf'
33--- drizzle/automation/config/sysbench/innodb_1000K_readwrite.cnf 2009-06-12 22:40:53 +0000
34+++ drizzle/automation/config/sysbench/innodb_1000K_readwrite.cnf 2010-03-09 02:35:42 +0000
35@@ -49,7 +49,7 @@
36
37 # Options given to the sysbench program on every iteration
38
39-max-time= 60
40+max-time= 240
41 max-requests= 0
42 test= oltp
43 db-ps-mode= disable

Subscribers

People subscribed via source and target branches

to all changes: