Commit a40d1af7 authored by jonas@eel.(none)'s avatar jonas@eel.(none)

ndb dd -

  increase max # of files
parent afa21042
......@@ -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++)
......
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