1
xdeng 2013 年 7 月 11 日 swap??? 没设?
|
2
y0 OP 搞定了。
# dd if=/dev/zero of=/swap bs=1024 count=1M Format the swap file: # mkswap /swap Enable the swap file: # swapon /swap Enable swap on boot: # echo "/swap swap swap sw 0 0" >> /etc/fstab |
3
herewei 2014 年 9 月 10 日
Adding --disable-fileinfo to ./configure solves the problem.
|