Re: RFR: 8349763: Expose more ForkJoinPool parameters to configure virtual thread scheduler

2025-02-10 Thread Jiawei Tang
On Tue, 11 Feb 2025 02:36:14 GMT, Jiawei Tang wrote: > Since the parameters `-Djdk.virtualThreadScheduler.parallelism=N` , > `-Djdk.virtualThreadScheduler.maxPoolSize=M`, > `-Djdk.virtualThreadScheduler.minimumRunnable=Y` have already been made > available, it would be worth considering openin

Re: RFR: 8349763: Expose more ForkJoinPool parameters to configure virtual thread scheduler

2025-02-10 Thread Alan Bateman
On Tue, 11 Feb 2025 02:36:14 GMT, Jiawei Tang wrote: > Since the parameters `-Djdk.virtualThreadScheduler.parallelism=N` , > `-Djdk.virtualThreadScheduler.maxPoolSize=M`, > `-Djdk.virtualThreadScheduler.minimumRunnable=Y` have already been made > available, it would be worth considering openin

Re: RFR: 8349763: Expose more ForkJoinPool parameters to configure virtual thread scheduler

2025-02-10 Thread Jiawei Tang
On Tue, 11 Feb 2025 06:43:52 GMT, Alan Bateman wrote: > Can you bring the issue to loom-dev to discuss? It might be that some > additional configuration knobs may be useful to expose but I think important > to explain + discuss the issues first. I open a new pr in loom for discussion: https://