kw2000
07-11-2003, 07:38 AM
Recently while I was trying a certain MDX query, it worked for some trials, but not others. I suspected something to do with the memory. I turned on verbose gc and it did seem that when the query failed, there were some repeated full gc and memory does not go down. I expanded the memory and the query then went through.
What was missing was indications of memory allocation failure. It seems the exception is silently absorbed and the query simply failed. I checked the tomcat log and I did not see any exception traces. Did I miss anything here or there is a better way to log the exceptions: since it would certainly be important to know when to tune memory settings
Thanks a lot
What was missing was indications of memory allocation failure. It seems the exception is silently absorbed and the query simply failed. I checked the tomcat log and I did not see any exception traces. Did I miss anything here or there is a better way to log the exceptions: since it would certainly be important to know when to tune memory settings
Thanks a lot