PG Bug reporting form <noreply@postgresql.org> writes:
> i tryied to build postgres 11.4 on 32 bit sles 12.1.
> make -j10 DESTDIR=/postgres/src/workdir/result install
Not sure that anyone really tests going directly to "install" with
such a high -j factor. You might've found a parallelism weakness
in the makefiles. I tend to do "make -j8 all" and then "make install"
and have never seen a problem with that.
regards, tom lane