aboutsummaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas/vm_tuning.mdwn
diff options
context:
space:
mode:
authorCarl Fredrik Hammar <hammy.lite@gmail.com>2010-03-10 16:19:06 +0100
committerCarl Fredrik Hammar <hammy.lite@gmail.com>2010-03-10 16:19:06 +0100
commit6eb6d5314e303379debbef82921a215ef2b00d98 (patch)
tree55536b9636dc3ccfaf7829c96940774a13cf49e3 /community/gsoc/project_ideas/vm_tuning.mdwn
parent5a615978181a1b8d85326d8cf3137ed4b0b46bf7 (diff)
downloadweb-6eb6d5314e303379debbef82921a215ef2b00d98.tar.gz
web-6eb6d5314e303379debbef82921a215ef2b00d98.tar.bz2
web-6eb6d5314e303379debbef82921a215ef2b00d98.zip
Fix typos and spelling on GSoC pages
Diffstat (limited to 'community/gsoc/project_ideas/vm_tuning.mdwn')
-rw-r--r--community/gsoc/project_ideas/vm_tuning.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gsoc/project_ideas/vm_tuning.mdwn b/community/gsoc/project_ideas/vm_tuning.mdwn
index 9e802188..ecc5f9f4 100644
--- a/community/gsoc/project_ideas/vm_tuning.mdwn
+++ b/community/gsoc/project_ideas/vm_tuning.mdwn
@@ -14,7 +14,7 @@ Hurd/[[microkernel/Mach]] presently make very bad use of the available physical
system. Some of the problems are inherent to the system design (the kernel
can't distinguish between important application data and discardable disk
buffers for example), and can't be fixed without fundamental changes. Other
-problems however are an ordinary lack of optimisation, like extremely crude
+problems however are an ordinary lack of optimization, like extremely crude
heuristics when to start paging. (See <http://lists.gnu.org/archive/html/bug-hurd/2007-08/msg00034.html> for example.)
Many parameters are based on assumptions from
a time when typical machines had like 16 MiB of RAM, or simply have been set to
@@ -23,7 +23,7 @@ arbitrary values and never tuned for actual use.
The goal of this project is to bring the virtual memory management in Hurd/Mach
closer to that of modern mainstream kernels (Linux, FreeBSD), by comparing the
implementation to other systems, implementing any worthwhile improvements, and
-general optimisation/tuning. It requires very good understanding of the Mach
+general optimization/tuning. It requires very good understanding of the Mach
VM, and virtual memory in general.
This project is related to [[!GNU_Savannah_task 5489]].