Fix typo.
This commit is contained in:
parent
d8eaaa051d
commit
9b18fb8473
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4494
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: vm.sgml,v 1.3 1999-03-10 15:09:08 motoyuki Exp $ -->
|
||||
<!-- $Id: vm.sgml,v 1.4 1999-03-10 18:30:08 motoyuki Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.3 -->
|
||||
|
@ -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