forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb910d7e
committed
Increase the default value of effective_cache_size to 4GB.
Per discussion, the old value of 128MB is ridiculously small on modernmachines; in fact, it's not even any larger than the default value ofshared_buffers, which it certainly should be. Increase to 4GB, whichis unlikely to be any worse than the old default for anyone, and shouldbe noticeably better for most. Eventually we might have an autotuningscheme for this setting, but the recent attempt crashed and burned,so for now just do this.1 parenta16d421 commitb910d7e
File tree
4 files changed
+13
-13
lines changed- doc/src/sgml
- src
- backend/utils/misc
- include/optimizer
4 files changed
+13
-13
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3194 | 3194 |
| |
3195 | 3195 |
| |
3196 | 3196 |
| |
3197 |
| - | |
3198 |
| - | |
| 3197 | + | |
| 3198 | + | |
3199 | 3199 |
| |
3200 | 3200 |
| |
3201 | 3201 |
| |
|
Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
720 | 720 |
| |
721 | 721 |
| |
722 | 722 |
| |
723 |
| - | |
724 |
| - | |
725 |
| - | |
726 |
| - | |
727 |
| - | |
728 |
| - | |
729 |
| - | |
730 |
| - | |
731 | 723 |
| |
732 | 724 |
| |
733 | 725 |
| |
734 | 726 |
| |
735 | 727 |
| |
736 |
| - | |
| 728 | + | |
737 | 729 |
| |
738 | 730 |
| |
739 | 731 |
| |
740 | 732 |
| |
741 | 733 |
| |
742 | 734 |
| |
743 | 735 |
| |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
744 | 744 |
| |
745 | 745 |
| |
746 | 746 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
0 commit comments
Comments
(0)