"Ed L." <pgsql(at)bluepolka(dot)net> writes:
> I'm getting a slew of these repeatable errors when running ANALYZE
> and/or VACUUM ANALYZE (from an autovacuum process) against a
> 7.3.4 cluster on HP-UX B.11.00:
> 2004-09-29 18:14:53.621 [520] ERROR: Memory exhausted in AllocSetAlloc(1189)
> Analyze: 132263832 total in 27 blocks; 2984 free (35 chunks); 132260848 used
Either increase your per-process memory limit, or reduce the statistics
targets for this table ...
regards, tom lane