I have a web application deployed in Oracle App Server 10.1.3, in an oc4j started with 1Gb initial heap and 2 Gb max heap, on an RHEL on 32 bit, configured to see 32 Gb of RAM. Lately I have experienced OutOfMemory errors, so I configured the app to create heap dumps on OutOfMem. So I have 4-5 heap dumps, each no more than 1.2 Gb in size (so 800 Mb smaller than max heap size). Also, doing a free on the machine at average hours show about 20Gb of free ram.
Does this mean that the application tries to allot 800 Mb in one go? Or if there are 2 or more threads that try to allot memory at the same time, they both fail, even if let's say there is memory for each one, but not for the sum of both? Could there be a pb with the linux machine, maybe it cannot give memory to java? Could the memory be fragmented, maybe the configuration that allows the 32 bit machine to see 32 Gb of ram has a pb?
(I should mention that the application didn't change lately, but on that machine a new oc4j and a new application was deployed laely, and that eats 1-2g of ram)