Commit a9b40cac authored by Julien Muchembled's avatar Julien Muchembled

NEO: limit size of myrocks LOGs

parent 6d8b7375
Pipeline #11197 failed with stage
in 0 seconds
...@@ -34,7 +34,7 @@ md5sum = 74e0361f3ec3424c905acc4cd55fd8bf ...@@ -34,7 +34,7 @@ md5sum = 74e0361f3ec3424c905acc4cd55fd8bf
[template-neo-my-cnf] [template-neo-my-cnf]
filename = my.cnf.in filename = my.cnf.in
md5sum = 9f6f8f2b5f4cb0d97d50ffc1d3837e2f md5sum = a8939dcf440126a30db661b5a0a1bfb7
[template-neo] [template-neo]
filename = instance.cfg.in filename = instance.cfg.in
......
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
{% if not engine or engine == 'RocksDB' -%} {% if not engine or engine == 'RocksDB' -%}
{% do plugins.append('ha_rocksdb') -%} {% do plugins.append('ha_rocksdb') -%}
{% do extra_dict.setdefault('rocksdb_keep_log_file_num', '64') -%}
{% do extra_dict.setdefault('rocksdb_max_log_file_size', '16M') -%}
{% endif -%} {% endif -%}
{% if not engine or engine == 'TokuDB' -%} {% if not engine or engine == 'TokuDB' -%}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment