714d0c0567
* Added "setup wizard" and some info on IMAP to prefs-e-mail.html. IMAP is a bit broken, as was recently found out, so I'll leave it all at that for now. * Moved every localization-dependent image into a mirror image folder under its language (ATM there's only "en"). Only neutral images like icons remain directly under /docs/userguide/images. * Changed all image links accordingly. * Removed all height and width attributes to ease exchanging images. Only fixed size images (icons) will retain them for faster loading. * Added a special pre.terminal for printouts to save ink. Thanks Rob Tijssen for that suggestion. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31622 a95241bf-73f2-0310-859d-f6bbb57e9c96
66 lines
3.2 KiB
HTML
66 lines
3.2 KiB
HTML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"../../../../html-dtd/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
|
|
<head>
|
|
<!--
|
|
*
|
|
* Copyright 2008, Haiku. All rights reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*
|
|
* Authors:
|
|
* Humdinger <humdingerb@gmail.com>
|
|
*
|
|
-->
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
<meta name="robots" content="all" />
|
|
<title>VirtualMemory</title>
|
|
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="logo">
|
|
<img src="../../images/logo.png" alt="logo" width="372" height="86" />
|
|
<div class="title">VirtualMemory</div>
|
|
</div>
|
|
<div class="topnav">
|
|
<p>
|
|
<a href="../preferences.html">Preferences</a>
|
|
   
|
|
Previous: <a href="prefs-tracker.html">Tracker</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<h1><img src="../../images/prefs-images/virtualmemory-icon_64.png" alt="virtualmemory-icon_64.png" width="64" height="64" />VirtualMemory</h1>
|
|
<table summary="quickinfo" border="0" cellspacing="0" cellpadding="2">
|
|
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Preferences</span></td></tr>
|
|
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/preferences/VirtualMemory</span></td></tr>
|
|
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/kernel/drivers/virtual_memory</span><br />
|
|
<span class="path">~/config/settings/VM_data</span> - Stores the panel's window position.</td></tr>
|
|
</table>
|
|
<p>Virtual memory let's the system swap out memory to harddisk, if the RAM can be used more sensibly for other things. So, even if you have lots of RAM, providing virtual memory is never a bad idea.</p>
|
|
<img src="../images/prefs-images/virtualmemory.png" alt="virtualmemory.png" />
|
|
<p>You can set the size to even more than your physical memory size if needed. With today's huge harddisks, assigning the physical memory size shouldn't be a problem. Still, you can quickly adjust the size if your free space ever runs low. In that case you should also have a look at <a href="../applications/apps-diskusage.html">DiskUsage</a> to find out what's eating up your diskspace.</p>
|
|
<p>Normally, the swap file's written to your boot partition. If you often run into disk thrashing due to the virtual memory system swapping memory in and out, you can try to use a separate harddisk for you swap file. Simply another partition on the same harddisk with your system/data won't help.<br />
|
|
Upgrading your RAM is of course the most effective way to go...</p>
|
|
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
|
|
<tr><td><span class="button">Defaults</span></td><td> </td><td>resets everything to default values.</td></tr>
|
|
<tr><td><span class="button">Revert</span></td><td> </td><td>brings back the settings that were active when you started the VirtualMemory preferences.</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
<!--
|
|
<div class="bottomnav">
|
|
<p>
|
|
<a href="../preferences.html">Preferences</a>
|
|
   
|
|
Previous: <a href="prefs-tracker.html">Tracker</a>
|
|
</p>
|
|
</div>
|
|
-->
|
|
</body>
|
|
</html>
|