Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hnt-pub
Miner
Commits
1abab09f
Unverified
Commit
1abab09f
authored
4 years ago
by
Evan Vigil-McClanahan
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #673 from helium/jsk/bump-max_write_buffer_number
Bump rocksdb buffers
parents
1b74d5d1
1c2ed9a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/sys.config
+1
-1
config/sys.config
with
1 addition
and
1 deletion
+1
-1
config/sys.config
+
1
-
1
View file @
1abab09f
...
...
@@ -75,7 +75,7 @@
{
arena_block_size
,
262144
}, %
256
kB
{
write_buffer_size
,
262144
}, %
256
kB
{
db_write_buffer_size
,
8388608
}, %
8
MB
{
max_write_buffer_number
,
8
},
{
max_write_buffer_number
,
10
},
{
keep_log_file_num
,
5
}
]}
]},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets