• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

increasing total memory-using netbeans 4.1

 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I use Netbeans IDE 4.1 and run a Java program using it. I started the Profiler that I downloaded for Netbeans 4.1, and using it I found that the Total Memory is only 43,233,280 Bytes. When I normally run the program without profiling, I get an Out of Memory Error, which does not occur when I profile the program.
How can I increase this Total amount of Memory-from 43,233,280 Bytes to atleast 128 MB?

Kindly guide me further. Thanks in advance

Regards
Aparna
 
Ranch Hand
Posts: 403
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If i remember correctly, and assuming you're using Windows, there is a configuration file located in:
"Program Files"\netbeansx.x\etc\netbeans.conf

You should be able to adjust memory settings from there.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic