forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit69500b0
committed
Prevent continuing disk-space bloat when profiling (with PROFILE_PID_DIR
enabled) and autovacuum is on. Since there will be a steady stream of autovacworker processes exiting and dropping gmon.out files, allowing them to makeseparate subdirectories results in serious bloat; and it seems unlikely thatanyone will care about those profiles anyway. Limit the damage by forcing allautovac workers to dump in one subdirectory, PGDATA/gprof/avworker/.Per report from J�rg Beyer and subsequent discussion.1 parenta2899eb commit69500b0
1 file changed
+13
-2
lines changedLines changed: 13 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 |
| |
28 | 31 |
| |
29 | 32 |
| |
| |||
126 | 129 |
| |
127 | 130 |
| |
128 | 131 |
| |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
129 | 137 |
| |
130 | 138 |
| |
131 | 139 |
| |
132 | 140 |
| |
133 | 141 |
| |
134 | 142 |
| |
135 | 143 |
| |
136 |
| - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
137 | 148 |
| |
138 | 149 |
| |
139 | 150 |
| |
|
0 commit comments
Comments
(0)