summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorlukem <lukem>2004-02-28 00:49:03 +0000
committerlukem <lukem>2004-02-28 00:49:03 +0000
commit1c910c162604a6d489557ec057125ada090e79a5 (patch)
treeff6574c79304afdf7aca12eed874eafe79565366 /lang
parenteb2099ff3b0d3b6a0e57b0618916a6de5c74028d (diff)
downloadpkgsrc-1c910c162604a6d489557ec057125ada090e79a5.tar.gz
sync to ../sun-jre14/MESSAGE.NetBSD rev 1.5:
A ulimit datasize of 131072 (128K) is too small; crank to 262144 (256K). (Whilst 132096 (129K) does work for simple tests, it's better to be conservative and suggest something that should work most of the time...)
Diffstat (limited to 'lang')
-rw-r--r--lang/sun-jdk14/MESSAGE.NetBSD6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/sun-jdk14/MESSAGE.NetBSD b/lang/sun-jdk14/MESSAGE.NetBSD
index 73bd9780057..c817116bfa0 100644
--- a/lang/sun-jdk14/MESSAGE.NetBSD
+++ b/lang/sun-jdk14/MESSAGE.NetBSD
@@ -1,17 +1,17 @@
===========================================================================
-$NetBSD: MESSAGE.NetBSD,v 1.4 2004/02/06 01:31:05 jmc Exp $
+$NetBSD: MESSAGE.NetBSD,v 1.5 2004/02/28 00:49:03 lukem Exp $
In order to be able to run the JVM, you will need to compile your kernel
with the following options:
-options COMPAT_LINUX
+options COMPAT_LINUX
Then, you need to add the following line to your /etc/fstab:
procfs /proc procfs rw,linux
Furthermore, the data segment size set by your shell's 'ulimit' builtin
-must be at least 131204 -- please refer to your shell's manual page for
+must be at least 262144 -- please refer to your shell's manual page for
details.
You may want to read