2 Replies Latest reply on Sep 9, 2003 9:20 AM by adrian.brock

    A OUT OF memory error????

    arch_level

      WHEN I SEND A 40M SIZE Persistence MESSAGE WITH THE DEFAULT CFG,WHY I ENCOUNTER A OUT OF memory error????

        • 1. Re: A OUT OF memory error????

          Keep calm, there's not need to get angry like this.

          Provide us:

          - the version of JBoss are you running
          - your OS and version
          - the version of your JDK

          I assume you use the default configuration (you didn't changed anything in the jbossmq configuration, right?)

          • 2. Re: A OUT OF memory error????

            If you are using defaults, I doubt a 40M message will fit in
            the default heap (64M). Try using the -Xmx parameter.
            Even if you configure the cache properly it will require enough
            memory to hold the message object and a bytestream copy
            for persistence.

            Regards,
            Adrian