regenerated
[www.git] / www / tricks / raspberry_pi3_increase_swap_size.html
index c8eca9e..1f57446 100644 (file)
@@ -5,7 +5,7 @@
 <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <meta name="generator" content="Asciidoctor 1.5.4">
-<title>Raspberry PI increase swap size</title>
+<title>Raspberry PI increase swap size</title>
 <link rel="stylesheet" href="./../style.css">
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 </head>
 <body class="article">
 <div id="header">
-<h1>Raspberry PI increase swap size</h1>
+<h1>Raspberry PI increase swap size</h1>
 </div>
 <div id="content">
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Stop the swap</p>
-</li>
-</ol>
-</div>
+<div class="sect1">
+<h2 id="_stop_the_swap">Stop the swap</h2>
+<div class="sectionbody">
 <div class="listingblock">
 <div class="content">
 <pre>dphys-swapfile swapoff</pre>
 </div>
 </div>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Modify the size of the swap</p>
-</li>
-</ol>
 </div>
+</div>
+<div class="sect1">
+<h2 id="_modify_the_size_of_the_swap">Modify the size of the swap</h2>
+<div class="sectionbody">
 <div class="paragraph">
 <p>As <code>root</code>, edit the file <code>/etc/dphys-swapfile</code> and modify
 the variable <code>dphys-swapfile</code>:</p>
@@ -44,22 +38,22 @@ the variable <code>dphys-swapfile</code>:</p>
 <pre>CONF_SWAPSIZE=1024</pre>
 </div>
 </div>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Start the swap</p>
-</li>
-</ol>
 </div>
+</div>
+<div class="sect1">
+<h2 id="_start_the_swap">Start the swap</h2>
+<div class="sectionbody">
 <div class="listingblock">
 <div class="content">
 <pre>dphys-swapfile swapon</pre>
 </div>
 </div>
 </div>
+</div>
+</div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-12-21 23:53:00 UTC
+Last updated 2016-12-22 00:24:00 UTC
 </div>
 </div>
 </body>