Results 1 to 2 of 2
Thread: good memory managment
- 12-15-2009, 10:25 AM #1
Member
- Join Date
- Dec 2008
- Posts
- 99
- Rep Power
- 0
good memory managment
Hi
I'm tryign to find the rootcause for my memory consuming program.
My basic data structure is "SpcVarVal" :
"SpcVarType" class contains string ( name ) and also some flags.Java Code:public class SpcVarVal { private String val; private SpcVarType varType; // from here is the constructor and methods }
The SpcVarType objects are created in the begining of the program and remains constant.
The SpcVarVal objects are dynamic - created and removed very often.
because the link to SpcVarType - they are not deleted ?
- 12-15-2009, 10:44 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Similar Threads
-
Hello Good Morning, Good afternoon, and Good Evening
By MrFreeweed in forum IntroductionsReplies: 3Last Post: 12-11-2009, 03:32 PM -
Good Day
By Kinyo in forum IntroductionsReplies: 0Last Post: 03-15-2009, 12:07 AM -
Anyone good at math?
By iWonder in forum Forum LobbyReplies: 12Last Post: 01-11-2009, 04:12 PM -
how do I increase memory allocated to code cache (Non Heap Memory)
By manibhat in forum Advanced JavaReplies: 2Last Post: 08-21-2008, 07:33 PM -
Any Good e-book in JSF
By felixtfelix in forum Web FrameworksReplies: 0Last Post: 05-08-2008, 05:18 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks