low cpu usage.

This commit is contained in:
licsber 2024-03-09 23:52:12 +08:00
parent ffd057c545
commit fefaf4efbd

View File

@ -13,7 +13,7 @@ RUN ./scripts/feeds update -a && \
RUN make defconfig && \
make download -j8
RUN echo `nproc` && make -j || make -j1 V=s && \
RUN if [ `nproc` -le 4 ]; then make -j3 || make V=s; else make -j || make V=s; fi && \
echo $?
CMD ['bash']