mirror of https://github.com/openXC7/prjxray.git
Set MAX_GRID_CPU to increase 074 speed.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
1f22d60160
commit
cf463419bf
|
|
@ -25,7 +25,7 @@ echo "Total Memory (GB): $MEM_GB"
|
|||
|
||||
# Approx memory per grid process
|
||||
export MEM_PER_RUN=8
|
||||
export MAX_CPU_PER_GRID=$(($MEM_GB/$MEM_PER_RUN))
|
||||
export MAX_GRID_CPU=$(($MEM_GB/$MEM_PER_RUN))
|
||||
export MAX_VIVADO_PROCESS=$(($MEM_GB/$MEM_PER_RUN))
|
||||
|
||||
echo
|
||||
|
|
|
|||
Loading…
Reference in New Issue