mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
ndb dd -
increase max # of files
This commit is contained in:
parent
afa2104291
commit
a40d1af732
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Pgman::Pgman(Block_context& ctx) :
|
|||
m_cleanup_ptr.i = RNIL;
|
||||
|
||||
// should be a factor larger than number of pool pages
|
||||
m_data_buffer_pool.setSize(1);
|
||||
m_data_buffer_pool.setSize(16);
|
||||
m_page_hashlist.setSize(512);
|
||||
|
||||
for (Uint32 k = 0; k < Page_entry::SUBLIST_COUNT; k++)
|
||||
|
|
Loading…
Add table
Reference in a new issue