Desired stack size of 8197 Kb exceeds current process limit of 8192 Kb.
843810Aug 15 2007 — edited Aug 28 2007I've installed HP's JDK on my hp box:
HP-UX HPUX B.11.23 U ia64
However, I noticed that when I got some error just type "javac":
# java -version
java version "1.5.0.06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.06-_12_jan_2007_03_27)
Java HotSpot(TM) Server VM (build 1.5.0.06 jinteg:01.12.07-08:49 IA64, mixed mode)
# javac
Java HotSpot(TM) Server VM warning: Desired stack size of 8197 Kb exceeds current process limit of 8192 Kb.
Well, I could compile and execute java programs on this box, but I'm curious to know the cause for the error message.
Thanks,
Tuan