76df8d4b8c
PR: 26793 Submitted by: Chang, Hye-Shik <perky@python.or.kr>
9 lines
412 B
Plaintext
9 lines
412 B
Plaintext
=============================================================
|
|
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
|
|
=============================================================
|