Commit b4985ff4 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added 1GB swap for Python 3.12

parent c77a4c25
all: all:
dd if=/dev/zero of=swap bs=1048576 count=1024
chmod 600 swap
mkswap swap
swapon swap
mkdir tmp mkdir tmp
mount --bind tmp /tmp mount --bind tmp /tmp
...@@ -16,6 +21,9 @@ all: ...@@ -16,6 +21,9 @@ all:
umount /tmp umount /tmp
rm -rf tmp rm -rf tmp
swapoff swap
rm -rf swap
3-11: 3-11:
mkdir tmp mkdir tmp
mount --bind tmp /tmp mount --bind tmp /tmp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment