1 2 Previous Next 16 Replies Latest reply on Nov 19, 2010 4:36 PM by ngoodman310 Go to original post
      • 15. Re: JBoss Problem with Sun 64-bit JVM
        peterj

        Something strange is going on because the JVM seems to be ignoring the settings. The GC stats show a young gen of about 110M, old gen of 340M and heap of 450M. Try this: set the _JAVA_LOADER_DEBUG env var (can set it to anything). Then start the app server. You should get some extra information in stdout when you start the app server, verify that the heap sizes are being send to the JVM.

        • 16. Re: JBoss Problem with Sun 64-bit JVM
          ngoodman310

          Good call.  There was an environment variable that was also getting set onto the command line that was causing the 64 bit Sun JVM to lower its heap space by a bunch, which is why it was running out.  The JRockit JVM must have had some optimizations that were preventing this from being a problem.

          1 2 Previous Next