mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 13:31:28 +01:00
e0540f7ee3
* Added docs and screenshots for preference panels: Appearance, Backgrounds, DataTranslations, E-mail, Filetypes, Fonts, Keyboard, Keymap, Menu, Mouse, Network, Screen, Screensaver, Sounds, Time, VirtualMemory Adapted some contents for E-mail preferences from src/documentation/haiku_user_guide/HaikuUserGuide.txt As I haven't succeeded to get email running in vmware, I'd appreciate if someone can proof read what's written in E-mail preferences. * Added preferences to the user guide contents. * Various formatting details and inter-documents-links Wow! Thanks a lot! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28555 a95241bf-73f2-0310-859d-f6bbb57e9c96
48 lines
2.1 KiB
HTML
48 lines
2.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>VirtualMemory</title>
|
|
<link rel="stylesheet" type="text/css" href="../welcome/welcome.css">
|
|
</head>
|
|
<body lang="en-US">
|
|
|
|
<div class="logo">
|
|
<img src="../welcome/welcome-images/logo.png" alt="logo">
|
|
<div class="title">VirtualMemory</div>
|
|
</div>
|
|
<div class="topnav">
|
|
<p>
|
|
<a href="preferences.html">Preferences</a>
|
|
|
|
Previous: <a href="prefs-time.html">Time</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<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><p><img src="prefs-images/virtualmemory.png" alt="virtualmemory.png" width="335" height="285">
|
|
<br>
|
|
</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="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><p><table border="0" cellpadding="2" cellspacing="0">
|
|
<tr><td><i>Defaults</i></td><td> </td><td>resets everything to default values.</td></tr>
|
|
<tr><td><i>Revert</i></td><td> </td><td>brings back the settings that were active when you started the VirtualMemory preferences.</td></tr>
|
|
</table>
|
|
</p>
|
|
|
|
</div>
|
|
<!-----
|
|
<div class="bottomnav">
|
|
<p>
|
|
<a href="preferences.html">Preferences</a>
|
|
|
|
Previous: <a href="prefs-time.html">Time</a>
|
|
</p>
|
|
</div>
|
|
----->
|
|
</body>
|
|
</html>
|