2023-01-22 17:59:52 +01:00
|
|
|
#!/usr/bin/zsh
|
|
|
|
#time numactl --physcpubind=1,3,5,7 makepkg -f
|
|
|
|
#sh key
|
2023-02-09 14:39:35 +01:00
|
|
|
time numactl --physcpubind=0,1,3,4,6,7 makepkg -f
|
2023-01-22 17:59:52 +01:00
|
|
|
#numactl --physcpubind=1,3,5,7 makepkg -f --skippgpcheck
|
2023-02-09 14:39:35 +01:00
|
|
|
echo " DONE in so many hours mins secs "
|
2023-01-22 17:59:52 +01:00
|
|
|
cat time
|
|
|
|
echo "made this:"
|
2023-02-09 14:39:35 +01:00
|
|
|
ls -lh *pkg.tar.lz
|
2023-01-22 17:59:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
|