Skip to content

Commit b3e416d

Browse files
committed
Increase MIN_PAGE_SIZE to 8192.
1 parent 1c3dc43 commit b3e416d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/ods.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ inline constexpr ULONG FIRST_SCN_PAGE = 2;
213213

214214
// Page size limits
215215

216-
inline constexpr USHORT MIN_PAGE_SIZE = 4096;
216+
inline constexpr USHORT MIN_PAGE_SIZE = 8192; // FIXME: 4096
217217
inline constexpr USHORT MAX_PAGE_SIZE = 32768;
218218

219219
inline constexpr USHORT DEFAULT_PAGE_SIZE = 8192;

0 commit comments

Comments
 (0)