Skip to content

Commit

Permalink
Set the limit of ptrack.map_size to 32 GB (more than reasonable though)
Browse files Browse the repository at this point in the history
  • Loading branch information
ololobus committed Jan 12, 2021
1 parent 9afcafb commit f490518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptrack.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ _PG_init(void)
NULL,
&ptrack_map_size_tmp,
-1,
-1, INT_MAX,
-1, 32 * 1024, /* limit to 32 GB */
PGC_POSTMASTER,
0,
NULL,
Expand Down

0 comments on commit f490518

Please sign in to comment.