[OpenWrt-Devel] Large images
W. Michael Petullo
mike at flyn.org
Sun Dec 8 09:53:29 EST 2019
If there a good reason for the following during the build process?
dd if=[...]/build_dir/target-x86_64_musl/linux-x86_64/root.squashfs of=[...]/build_dir/target-x86_64_musl/linux-x86_64/root.squashfs.new bs=4294967296 conv=sync
The use of bs=n where n is very large will exhaust the memory on the
build host. Shouldn't we use something like bs=m count=o, where m * o = n?
--
Mike
:wq
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list