Bob Mottram 11 years ago
parent
commit
e33a265e46
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt View File

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/