| 
				
			 | 
			
			
				@@ -268,7 +268,7 @@ Some basic Emacs keys which will be useful to new users are: 
			 | 
		
	
		
			
			| 
				268
			 | 
			
				268
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				269
			 | 
			
				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
			 | 
			
				273
			 | 
			
			
				 #+BEGIN_SRC: bash 
			 | 
		
	
		
			
			| 
				274
			 | 
			
				274
			 | 
			
			
				 mkdir -p /var/cache/swap/ 
			 |