Re: controlling meson's parallelism (and some whining)

2023-10-23 Thread Robert Haas
On Fri, Oct 20, 2023 at 1:08 PM Tristan Partin wrote: > You will see this in the 1.3.0 release which will be happening soon™️. Cool, thanks! -- Robert Haas EDB: http://www.enterprisedb.com

Re: controlling meson's parallelism (and some whining)

2023-10-23 Thread Robert Haas
On Thu, Oct 19, 2023 at 6:09 PM Andres Freund wrote: > Hm. Did you not run into simmilar issues with make check-world? I found the > concurrency of that to be even more variable over a run. I did not, but I didn't generally run that in parallel, either, mostly for fear of being unable to see fail

Re: controlling meson's parallelism (and some whining)

2023-10-20 Thread Tristan Partin
On Fri Oct 20, 2023 at 11:22 AM CDT, Tristan Partin wrote: On Thu Oct 19, 2023 at 12:44 PM CDT, Robert Haas wrote: > The obvious fix to this is to just tell 'meson test' how many > processes I'd like it to run. I thought maybe I could just do 'meson > -j8 test' but that does not work, because t

Re: controlling meson's parallelism (and some whining)

2023-10-20 Thread Tristan Partin
On Thu Oct 19, 2023 at 12:44 PM CDT, Robert Haas wrote: The obvious fix to this is to just tell 'meson test' how many processes I'd like it to run. I thought maybe I could just do 'meson -j8 test' but that does not work, because the option is --num-processes and has no short version. Even typin

Re: controlling meson's parallelism (and some whining)

2023-10-19 Thread Andres Freund
Hi, On 2023-10-19 13:44:20 -0400, Robert Haas wrote: > Twice now, I've had 'meson test' fail because it tried to start too > many copies of the server at the same time. In the server log, I get > the complaint about needing to raise SHMMNI. This is a macos machine, > with kern.sysv.shmmni=32. Hm.

controlling meson's parallelism (and some whining)

2023-10-19 Thread Robert Haas
Hi, Twice now, I've had 'meson test' fail because it tried to start too many copies of the server at the same time. In the server log, I get the complaint about needing to raise SHMMNI. This is a macos machine, with kern.sysv.shmmni=32. The obvious fix to this is to just tell 'meson test' how many