Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Re: Properly releasing memory to avoid memory pileup/crash

    One final point, which is a huge point that I overlooked given the improper formatting of your code but now have had time to look closer: there are many things wrong with how you are controlling your...
  2. Re: Properly releasing memory to avoid memory pileup/crash

    My recommendation: study the basics of java garbage collection - in short, worrying about memory is often futile. Objects aren't freed from memory immediately as the garbage collector will run when...
Results 1 to 2 of 2