Skip to content

Commit a17b365

Browse files
committed
update mysql server package version
1 parent 5a11998 commit a17b365

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/VirtualClient/VirtualClient.Main/profiles/PERF-MYSQL-SYSBENCH-OLTP.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"DatabaseName": "sbtest",
1111
"DatabaseScenario": "Balanced",
1212
"DiskFilter": "osdisk:false&sizegreaterthan:256g",
13+
"InnodbBufferPoolSize": "{calculate({SystemMemoryBytes} * 80 / 100)}",
1314
"Duration": "00:05:00"
1415
},
1516
"Actions": [
@@ -169,7 +170,7 @@
169170
"Parameters": {
170171
"Scenario": "DownloadMySqlServerPackage",
171172
"BlobContainer": "packages",
172-
"BlobName": "mysql-server-8.0.36.zip",
173+
"BlobName": "mysql-server-8.0.36-v2.zip",
173174
"PackageName": "mysql-server",
174175
"Extract": true,
175176
"Role": "Server"
@@ -231,7 +232,8 @@
231232
"Action": "SetGlobalVariables",
232233
"Benchmark": "OLTP",
233234
"DiskFilter": "$.Parameters.DiskFilter",
234-
"Variables": "MAX_PREPARED_STMT_COUNT=1000000;MAX_CONNECTIONS=1000000",
235+
"InnodbBufferPoolSize": "$.Parameters.InnodbBufferPoolSize",
236+
"Variables": "MAX_PREPARED_STMT_COUNT=655350;MAX_CONNECTIONS=10000;innodb_buffer_pool_size={InnodbBufferPoolSize};innodb_lock_wait_timeout=300;innodb_io_capacity=10000;innodb_io_capacity_max=10000;innodb_buffer_pool_dump_at_shutdown=OFF;innodb_change_buffering=0;table_open_cache=20000;",
235237
"PackageName": "mysql-server",
236238
"Role": "Server"
237239
}

0 commit comments

Comments
 (0)