922e213450
PR: ports/29817 Submitted by: Hye-Shik Chang <perky@python.or.kr> (MAINTAINER)
8 lines
430 B
Text
8 lines
430 B
Text
======================================================================
|
|
This Java VM will attempt to detect the number of processors by taking
|
|
cpuinfo from linux's procfs. You may want to install the Linux
|
|
emulation procfs filesystem. You may do so by adding the following
|
|
line to your /etc/fstab file:
|
|
|
|
linprocfs /compat/linux/proc linprocfs rw 0 0
|
|
======================================================================
|