Results 1 to 6 of 6

Thread: Out of memory at line 56

  1. #1
    Join Date
    May 2008
    Posts
    28

    Out of memory at line 56

    When ever it try to watch a video i am getting out of memory at line 56 Error , a pop comes with this message, what could this be issue in memory of ram or some drive ? How to solve this issue .
    Thanks for the help .

  2. #2
    Join Date
    Jan 2006
    Posts
    6,878

    Re: Out of memory at line 56

    When you run a large number of Windows-based programs, "Out Of Memory" error messages appear when you attempt to start new programs or try to use programs that are already running, even though you still have plenty of physical and pagefile memory available.

    To correct this problem, increase the size of the desktop heap:

    1. Run Registry Editor (Regedt32.exe).
    2. From the HKEY_LOCAL_MACHINE subtree, go to the following key: \System\CurrentControlSet\Control\Session Manager\SubSystems
    3. Select the Windows value.
    4. From the Edit menu, choose String.
    5. Increase the SharedSection parameter.

    For Windows NT:
    SharedSection specifies the system and desktop heaps using the following format:
    SharedSection=xxxx,yyyy
    Add ",256" or ",512" after the yyyy number.

    For Windows 2000, Windows XP, and Windows Server 2003:
    SharedSection uses the following format to specify the system and desktop heaps:
    SharedSection=xxxx,yyyy,zzz
    Increase the zzz number to "256" or "512."

  3. #3
    Join Date
    May 2008
    Posts
    3,516

    Re: Out of memory at line 56

    it also could be a problem with the Flash Player. Try following the steps below.
    If you are in the administrator account, just go to Add/Remove Programs to see if you have Adobe or Macromedia Flash installed. Uninstall them a see this tutorial

    Download it again and install it again : http://www.adobe.com/software/flash/about/

  4. #4
    Join Date
    Apr 2008
    Posts
    3,339

    Re: Out of memory at line 56

    It is the problem of the Java code on the website, you cant fix this issue , are you having the error on every video site .

  5. #5
    Join Date
    Mar 2012
    Posts
    1

    Re: Out of memory at line 56

    YOU ARE NOT OUT OF MEMORY BUT IF YOUR COMPUTER IS USING OVER 640 MB OF RAM FOR EACH PAGE FILE YOU WILL HAVE A VIRTUAL MEMORY PROBLEM.
    1. Start bar- control panel
    2. System and security (control pannel might take you their automaticly)
    3. System
    4. Advanced System Settings
    5. Click on the settings for performance
    6. Click on the advanced tab
    7. See your virtual memory? Is your paging file size bigger than 640MB? If it is, change it to 640MB.
    8. Restart computer
    note- this may take a couple days to a week for your system to restore but once it does, you will never see out of memory at line: 1, 2, 14,56, etc. etc. again :-)
    If you are impatient, download mozilla firefox (free) and use that.
    Facebook was still giving me problems after I fixed my RAM, but not as bad, so you might want to stay off it for awhile. I use it everyday now.
    Delete cookies and cache to make your internet run faster. Download internet explorer 9 (also free)

  6. #6
    Join Date
    Mar 2012
    Location
    LA,USA
    Posts
    12

    Re: Out of memory at line 56

    hey guys,
    Here's the code that provides the solution:
    /* fix for video streaming bug */
    deconcept.SWFObjectUtil.cleanupSWFs = function() {
    var objects = document.getElementsByTagName("OBJECT");
    for (var i=0; i < objects.length; i++) {
    for (var x in objects[i]) {
    if (typeof objects[i][x] == 'function') {
    objects[i][x] = null;
    }
    }
    }
    }
    if (typeof window.onunload == 'function') {
    var oldunload = window.onunload;
    window.onunload = function() {
    deconcept.SWFObjectUtil.cleanupSWFs();
    oldunload();
    }
    } else {
    window.onunload = deconcept.SWFObjectUtil.cleanupSWFs;
    }

Similar Threads

  1. Getting out of Memory at Line 8 message on internet explorer
    By Adam Ant in forum Technology & Internet
    Replies: 4
    Last Post: 15-01-2012, 08:09 AM
  2. help, out of memory at line 17 error in internet explorer
    By snikers200 in forum Technology & Internet
    Replies: 1
    Last Post: 12-09-2011, 05:14 PM
  3. Windows Showing Webpage error: "Out of memory on line:17"
    By Aaryan2011 in forum Operating Systems
    Replies: 1
    Last Post: 23-08-2011, 11:17 PM
  4. Out of memory at : Line 1
    By HellRaiser111 in forum Technology & Internet
    Replies: 2
    Last Post: 19-08-2009, 10:44 PM
  5. How to let Java read text file line by line.
    By Visala28 in forum Software Development
    Replies: 3
    Last Post: 04-08-2009, 11:30 PM

Tags for this Thread

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
  •  
Page generated in 1,715,608,084.19154 seconds with 17 queries