mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
revert memory page size back
This commit is contained in:
@@ -73,7 +73,7 @@ class IntToIntBtree {
|
||||
FileUtil.delete(file);
|
||||
}
|
||||
|
||||
storage = new ResizeableMappedFile(file, pageSize, storageLockContext, pageSize, true, IOUtil.ourByteBuffersUseNativeByteOrder);
|
||||
storage = new ResizeableMappedFile(file, pageSize, storageLockContext, 1024 * 1024, true, IOUtil.ourByteBuffersUseNativeByteOrder);
|
||||
root = new BtreeIndexNodeView(this);
|
||||
|
||||
if (initial) {
|
||||
|
||||
Reference in New Issue
Block a user