case "`uname`" in
FreeBSD|NetBSD)
mount -t tmpfs tmpfs $CIRRUS_WORKING_DIR
;;
OpenBSD)
umount /dev/sd0j # unused /usr/obj partition
printf "m j\n\n\nswap\nw\nq\n" | disklabel -E sd0
swapon /dev/sd0j # Remove the per-process data segment limit so that mount_mfs can allocate # large memory filesystems. Without this, mount_mfs mmap() may fail with # "Cannot allocate memory" if the requested size exceeds the current # datasize limit.
ulimit -d unlimited
mount -t mfs -o rw,noatime,nodev,-s=10000000 swap $CIRRUS_WORKING_DIR
;;
esac
cp -a $CIRRUS_WORKING_DIR.orig/. $CIRRUS_WORKING_DIR/
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-08-08)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.