Fix typo.
This commit is contained in:
parent
54d2d3d95c
commit
881757af44
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4446
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: vm.sgml,v 1.1 1999-03-01 16:12:18 motoyuki Exp $ -->
|
||||
<!-- $Id: vm.sgml,v 1.2 1999-03-01 18:06:56 motoyuki Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.2 -->
|
||||
|
@ -180,7 +180,7 @@
|
|||
マッピングできないようになっている, ということには議論の余地があるでしょう.
|
||||
<p>
|
||||
KVM は, いくつかのメカニズムによって管理されています.
|
||||
中心となっているのは, <em>ゾーンアロケータ(zone allocator)<\em>です.
|
||||
中心となっているのは, <em>ゾーンアロケータ(zone allocator)</em>です.
|
||||
ゾーンアロケータは, 特定の構造体型を確保するために
|
||||
KVM の部分(chunk)を得て, 一定の大きさのメモリブロックに分割します.
|
||||
<tt>vmstat -m</tt> コマンドで, ゾーンによって
|
||||
|
|
Loading…
Reference in a new issue