Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Out of memory with file streams
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Mark Space, post: 3483460"] More likely you have an error in the code and the tree is growing to the size of the entire file. Do you have access to a profiler? Most profilers also annalyze garbage collection too. Each object that survives garbage collection gets marked as one "generation" older by the gc, so the trick is to look for objects which survive many generations. If you don't have a good debugger/profiler, get one. It's basically required for any serious development work. The profiler that comes with NetBeans 6 is excellent, and it's trivial to import an existing project into NetBeans. Give it a shot. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Out of memory with file streams
Top