In many cases, web applications give OutOfMemoryError when their threads require high levels of memory. Image manipulation or intensive database use or calculation can lead to this very common problem. Normally when you get an OutOfMemory error in a desktop application, you can solve this problem by specifying the java commands -Xms*** (initial Java heap size) and -Xmx*** (maximum Java heap size) when running your program. To solve this issue in tomcat, you must specify these options in the tomcat startup command / script / batch. In windows tomcat is installed as a service. Tomcat provides a configuration tool to […]
Monthly Archives: August 2007
After some users asking for answers in my past post, I updated the code of the embedded JTable to make it less buggy and more stable. This is the “new” code: [crayon-600868a0263e0849453829/] In the above image you can see the result. TwitterFacebookLinkedinPinterestemail