Results 1 to 3 of 3

Thread: Compiling error

  1. #1
    WilsonMartin is offline Senior Member
    Join Date
    Dec 2009
    Posts
    319
    Rep Power
    3

    Default Compiling error

    I am last year MCA student. Currently I am learning JAVA programming language. I have one doubt I think you help me. How to Overcome "OutOfMemoryException"? When I am compiling source code I get around thousands of LOC throwing this exception. Please help me to get rid of this matter as soon as possible. Thanks in advanced.

  2. #2
    AndersonDiaz is offline Senior Member
    Join Date
    Dec 2009
    Posts
    311
    Rep Power
    3

    Default

    Recursion causes out of memory exception avoid recursion.

  3. #3
    TaylorRyan is offline Senior Member
    Join Date
    Dec 2009
    Posts
    307
    Rep Power
    3

    Default

    To Overcome OutOfMemoryException there are quite a few things you can do

    • Make unnecessary objects garbage collectable.

    • Avoid excessive object creation.

    • Assign more memory for the heap.

    • select an alternative technique

Similar Threads

  1. Compiling error
    By WilsonMartin in forum General Internet Terms
    Replies: 2
    Last Post: 07-15-2010, 03:17 PM
  2. Problem Compiling gcc
    By Francis Seellar in forum Programming
    Replies: 4
    Last Post: 11-20-2009, 11:20 AM
  3. Cross compiling C + + and C + + wrapper
    By Godfey Roads in forum Programming
    Replies: 4
    Last Post: 10-17-2009, 09:33 AM
  4. pb compiling operator + +
    By mike iglesias in forum Programming
    Replies: 5
    Last Post: 10-11-2009, 12:48 PM
  5. Compiling and installing Apache
    By techpro in forum Applications
    Replies: 0
    Last Post: 04-08-2008, 10:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48