diff options
author | gerald <gerald@FreeBSD.org> | 2009-04-26 04:35:52 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-04-26 04:35:52 +0800 |
commit | d6b440857f15481cb7d03e45c002fac1dd731e12 (patch) | |
tree | 808a6e0ae27987ec7d833d702f67705318feb999 /emulators | |
parent | 631e4611e297b783272710d91a4b8f04dafd5acd (diff) | |
download | freebsd-ports-gnome-d6b440857f15481cb7d03e45c002fac1dd731e12.tar.gz freebsd-ports-gnome-d6b440857f15481cb7d03e45c002fac1dd731e12.tar.zst freebsd-ports-gnome-d6b440857f15481cb7d03e45c002fac1dd731e12.zip |
Add a note on KVA_PAGES settings (as recommended by some ZFS tuning
guides) being incompatible with Wine.
PR: 123526
Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/files/pkg-message.in | 4 | ||||
-rw-r--r-- | emulators/wine/files/pkg-message.in | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/emulators/wine-devel/files/pkg-message.in b/emulators/wine-devel/files/pkg-message.in index 4a7394ead841..e34fa1dcadab 100644 --- a/emulators/wine-devel/files/pkg-message.in +++ b/emulators/wine-devel/files/pkg-message.in @@ -2,6 +2,10 @@ Wine requires FreeBSD 6.3 or above; FreeBSD 7.0 or later is strongly recommended. For FreeBSD 6 you may want to consider the patch(es) provided at <http://wiki.freebsd.org/Wine>. +Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel +configuration. This is incompatible with Wine. The maximum possible +is KVA_PAGES=500, which should still be enough for ZFS. + The port also installs some of Wine's documentation which describes additional programs that are not in the manual pages under %%PREFIX%%/share/doc/wine diff --git a/emulators/wine/files/pkg-message.in b/emulators/wine/files/pkg-message.in index 4a7394ead841..e34fa1dcadab 100644 --- a/emulators/wine/files/pkg-message.in +++ b/emulators/wine/files/pkg-message.in @@ -2,6 +2,10 @@ Wine requires FreeBSD 6.3 or above; FreeBSD 7.0 or later is strongly recommended. For FreeBSD 6 you may want to consider the patch(es) provided at <http://wiki.freebsd.org/Wine>. +Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel +configuration. This is incompatible with Wine. The maximum possible +is KVA_PAGES=500, which should still be enough for ZFS. + The port also installs some of Wine's documentation which describes additional programs that are not in the manual pages under %%PREFIX%%/share/doc/wine |