Bob Mottram 11 年前
父节点
当前提交
e33a265e46
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt 查看文件

268
 
268
 
269
 ** Create a swap file
269
 ** Create a swap file
270
 
270
 
271
-Without a swap file the system may occasionally run out of memory and crash, since the Beaglebone only has 512MB of RAM.  The following commands will create a 1 GB file:
271
+Without a swap file the system may occasionally run out of memory and crash, since the Beaglebone only has 512MB of RAM.  The following commands will create a 1GB swap file:
272
 
272
 
273
 #+BEGIN_SRC: bash
273
 #+BEGIN_SRC: bash
274
 mkdir -p /var/cache/swap/
274
 mkdir -p /var/cache/swap/