Awadh 0 Report post Posted September 25, 2015 I had packaged my java based tool with jet excelsior trial version. In starting it was working fine but when DB size increased, it became very slow, it takes time to process the queries, but same build when I ran using jar's it worked fine. Could anyone tell me how to fix these issues? Thanks & Regards, Awadh Nandan Share this post Link to post Share on other sites
dbg 0 Report post Posted September 25, 2015 I had packaged my java based tool with jet excelsior trial version. In starting it was working fine but when DB size increased, it became very slow, it takes time to process the queries, but same build when I ran using jar's it worked fine. Could anyone tell me how to fix these issues? Thanks & Regards, Awadh Nandan Hello, First of all, what version of Excelsior JET are you using? (32 or 64 bit and for which platform)? Also, can you please run your application with Java system property "-Djet.jit.loud" and reproduce the performance problem a few times? To set this property on Windows use JETVMPROP environment variable: set JETVMPROP="-Djet.jit.loud" Then please send us (java@excelsior-usa.com) generated jet.jit.log files, as well as JET project files for your application (.prj and .jpn). Share this post Link to post Share on other sites
Awadh 0 Report post Posted September 28, 2015 Hello, First of all, what version of Excelsior JET are you using? (32 or 64 bit and for which platform)? Also, can you please run your application with Java system property "-Djet.jit.loud" and reproduce the performance problem a few times? To set this property on Windows use JETVMPROP environment variable: set JETVMPROP="-Djet.jit.loud" Then please send us (java@excelsior-usa.com) generated jet.jit.log files, as well as JET project files for your application (.prj and .jpn). Hi, Thanks for you answer.. I was using jet10.5-eval-x86 (32)bit on my 64 bit windows 7 PC to package my java application. And i was using the packaged exe on windows 2008 R2 server 64 bit. I will try to run my application using the suggested property and let you know the result. Thanks & Regards, Awadh Nandan Share this post Link to post Share on other sites