robins / popi

PostgreSQL Performance on Pi
0 stars 0 forks source link

The -j4 needs to account for machine's CPU capability #26

Open robins opened 6 years ago

robins commented 6 years ago

The -j4 needs to account for machine's CPU capability.

-j4 is fine for Pi... there may be more or less cpu on another machine.

robins commented 3 years ago

Also, this needs to account for pgbench running on the same machine. Probably vCPU/2 is a better idea.