nareshkumar 0 Report post Posted September 6, 2004 How to increase the heap limit of the of already compiled project Any documentation or URL's greatly appreciated Thanks, N.Naresh Kumar Share this post Link to post Share on other sites
malo 0 Report post Posted September 24, 2004 Here is a note I got as a reply to a similar question in another thread: As a workaround, you may try to set fixed heaplimit. It may be done even without recompilation of your application - via batch file running your application: SET JETVMPROP=-Djet.gc.heaplimit:80m YourApp.exe Share this post Link to post Share on other sites