PcbRouter icon indicating copy to clipboard operation
PcbRouter copied to clipboard

use too much memory

Open ybiao-he opened this issue 2 years ago • 1 comments

Hi,

I just tested the code with a .kicad file, the circuit is simple, it contains 12 nets and 2 layers. It used a lot of memory (more than 60G) and my computer can not finish running on testcase because it has no enough memory and the program is killed. So is that normal?

Here is a screenshot of the results: test_results

ybiao-he avatar Feb 20 '23 23:02 ybiao-he

Hi - unfortunately the original authors of the routing algorithm have graduated several years ago. The router is memory intensive, but one possible remedy is to coarsen the routing grid scale from the default. It should be the first top-level argument.

choltz95 avatar Feb 21 '23 18:02 choltz95