> Using CREATE INDEX on a large table (>70 million rows)
> results in the following error:
> ERROR: Memory exhausted in AllocSetReAlloc(134217728)
> (134217728 is exactly 128 megabytes).
You may be running into a per-process limit, which can be adjusted in
the kernel (probably after boot time, but I'm not familiar with the
details on FreeBSD).
- Thomas