mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
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
|
|
======================================================================
|