freerouting / freerouting

Advanced PCB auto-router
https://www.freerouting.app
GNU General Public License v3.0
1.26k stars 224 forks source link

Always route optimize in signle thread #359

Open L1uTongweiNewAccount opened 1 month ago

L1uTongweiNewAccount commented 1 month ago

In version 1.9.0, If you not set -mt option, it always run routing optimizition with signle thread.

You can have a repetition in Windows 10, with:

"C:\Program Files\Common Files\Oracle\Java\javapath\java.exe" -jar C:\Users\homeuser\AppData\Local\freerouting\app\freerouting-executable.jar

My Java is 22.0.1!

L1uTongweiNewAccount commented 1 month ago

I know is a bug, because the home page say if no -mt option, it should be set as cpu_cores - 1.