Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf358428

Browse files
committed
Increase the maximum initdb-configured value for shared_buffers to 128MB.
The old value of 32MB has been around for a very long time, and in themeantime typical system memories have become vastly larger. Also, nowthat we no longer depend on being able to fit the entirety of ourshared memory segment into the system's limit on System V sharedmemory, there's a much better chance of the higher limit actuallyproving productive.Per recent discussion on pgsql-hackers.
1 parent17676c7 commitf358428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/initdb/initdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ test_config_settings(void)
895895
100,50,40,30,20,10
896896
};
897897
staticconstinttrial_bufs[]= {
898-
4096,3584,3072,2560,2048,1536,
898+
16384,8192,4096,3584,3072,2560,2048,1536,
899899
1000,900,800,700,600,500,
900900
400,300,200,100,50
901901
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp