View Single Post
  #2 (permalink)  
Old 07-24-2007, 01:01 AM
leonard leonard is offline
Member
 
Join Date: Jul 2007
Posts: 43
leonard is on a distinguished road
Try and have a look at your code, there could be a memory leek, try setting variables to null after use this sometimes this helps clear the memory also look at some loops in you code may never end this will also use a lot of memory.
Reply With Quote