4 Replies Latest reply on Sep 8, 2004 7:55 PM by mkgarnek

    dual processor and single processor behaviour

    mkgarnek

      We have a memory leak problem with an application we have developed. When the application is deployed on a dual processor system, the heap usage grows until we get an OutOfMemoryError. When the application is deployed on a single processor system, the heap initially grows and then flattens out. Both systems are essentially the same and the data is the same. The only significant difference seems to be the number of processors.

      We initially spent a number of weeks searching for memory leaks in our application and the various components in the system. We believe we eliminated those but we were still experiencing our memory leak. In the course of trying different things we eventually decided to test the dual processor as the cause.

      We are planning to deploy the application on a different dual processor system to eliminate the actual server itself. In the meantime, we would like to know if anyone else in the JBoss community has experienced different behaviour between single processor and dual processor systems.