We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14211f9 commit 0531b92Copy full SHA for 0531b92
src/include/storage/bufmgr.h
@@ -86,8 +86,8 @@ extern PGDLLIMPORT int NLocBuffer;
86
extern PGDLLIMPORT Block *LocalBufferBlockPointers;
87
extern PGDLLIMPORT int32 *LocalRefCount;
88
89
-/* upper limit for effective_io_concurrency */
90
-#define MAX_IO_CONCURRENCY 1000
+/* upper limit for effective_io_concurrency (better to he power of 2) */
+#define MAX_IO_CONCURRENCY 1024
91
92
/* special block number for ReadBuffer() */
93
#define P_NEW InvalidBlockNumber /* grow the file to get a new page */
0 commit comments