Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. IE memory usage with code project......

IE memory usage with code project......

Scheduled Pinned Locked Moved The Lounge
performancequestion
17 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • OriginalGriffO OriginalGriff

    JimBob SquarePants wrote:

    I'm running IE8

    There's your problem!

    You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

    E Offline
    E Offline
    Electron Shepherd
    wrote on last edited by
    #4

    Ah, the old IE's rubbish line. He should probably switch to Firefox, then. Except: "Firefox sometimes uses more memory (RAM) than it should." "Firefox's memory usage may increase if it's left open for long periods of time. A workaround for this is to periodically restart Firefox." Not my opinion, you understand, but Mozilla's[^]

    Server and Network Monitoring

    J OriginalGriffO 2 Replies Last reply
    0
    • E Electron Shepherd

      Ah, the old IE's rubbish line. He should probably switch to Firefox, then. Except: "Firefox sometimes uses more memory (RAM) than it should." "Firefox's memory usage may increase if it's left open for long periods of time. A workaround for this is to periodically restart Firefox." Not my opinion, you understand, but Mozilla's[^]

      Server and Network Monitoring

      J Offline
      J Offline
      JimBob SquarePants
      wrote on last edited by
      #5

      I'm not the biggest fan of Firefox either. It's only my first choice due to firebug. My biggest problem with IE 8 is that can be really sluggish when it comes to rendering tabs. The memory increase happens pretty rapidly though.... Flame-war averted??

      JimBob SquarePants ******************************************************************* "He took everything personally, including our royalties!" David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager *******************************************************************

      E 1 Reply Last reply
      0
      • J JimBob SquarePants

        Has anyone come across this? If I leave an article page open for an hour or so the memory usage for IE goes through the roof. Over 1GB if left long enough. I thought it might just be my home computer but it's happening at work too. I'm running IE8 on Windows 7.

        JimBob SquarePants ******************************************************************* "He took everything personally, including our royalties!" David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager *******************************************************************

        M Offline
        M Offline
        Media2r
        wrote on last edited by
        #6

        Without having looked at the source of CP - this is a very common problem due to IE's garbage garbage collector (no typo, the double garbage was intended) which becomes very apparent if the site is using JS closures, a very typical scenario if XMLHTTP is in action. FF is a little better at handling this, but has other problems, and webkit browers even a bit better (in general). Do not get me wrong, I'm not rating browsers here, I'm simply pointing out a fact on garbage collectors. //L

        J D 2 Replies Last reply
        0
        • J JimBob SquarePants

          I'm not the biggest fan of Firefox either. It's only my first choice due to firebug. My biggest problem with IE 8 is that can be really sluggish when it comes to rendering tabs. The memory increase happens pretty rapidly though.... Flame-war averted??

          JimBob SquarePants ******************************************************************* "He took everything personally, including our royalties!" David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager *******************************************************************

          E Offline
          E Offline
          Electron Shepherd
          wrote on last edited by
          #7

          I have nothing against Firefox. Personally, I don't like it, but that's more the user interface than its HTML rendering abilities. What always annoys me is the very unhelpful "X sucks" in response to a "I am having a problem with X" posts.

          Server and Network Monitoring

          J 1 Reply Last reply
          0
          • E Electron Shepherd

            Ah, the old IE's rubbish line. He should probably switch to Firefox, then. Except: "Firefox sometimes uses more memory (RAM) than it should." "Firefox's memory usage may increase if it's left open for long periods of time. A workaround for this is to periodically restart Firefox." Not my opinion, you understand, but Mozilla's[^]

            Server and Network Monitoring

            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #8

            Electron Shepherd wrote:

            Ah, the old IE's rubbish line. He should probably switch to Firefox Google Chrome, then

            FTFY! I did - and I haven't been back...

            You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            A 1 Reply Last reply
            0
            • OriginalGriffO OriginalGriff

              Electron Shepherd wrote:

              Ah, the old IE's rubbish line. He should probably switch to Firefox Google Chrome, then

              FTFY! I did - and I haven't been back...

              You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

              A Offline
              A Offline
              Abhinav S
              wrote on last edited by
              #9

              OriginalGriff wrote:

              Ah, the old IE's rubbish line. He should probably switch to Firefox Google Chrome Opera, then

              FTFY! :) I've been using Opera for some time now and it is quite good.

              1 Reply Last reply
              0
              • M Media2r

                Without having looked at the source of CP - this is a very common problem due to IE's garbage garbage collector (no typo, the double garbage was intended) which becomes very apparent if the site is using JS closures, a very typical scenario if XMLHTTP is in action. FF is a little better at handling this, but has other problems, and webkit browers even a bit better (in general). Do not get me wrong, I'm not rating browsers here, I'm simply pointing out a fact on garbage collectors. //L

                J Offline
                J Offline
                JimBob SquarePants
                wrote on last edited by
                #10

                Hmmm....Never thought of that. It does seem to be specific to cp.

                JimBob SquarePants ******************************************************************* "He took everything personally, including our royalties!" David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager *******************************************************************

                M 1 Reply Last reply
                0
                • E Electron Shepherd

                  I have nothing against Firefox. Personally, I don't like it, but that's more the user interface than its HTML rendering abilities. What always annoys me is the very unhelpful "X sucks" in response to a "I am having a problem with X" posts.

                  Server and Network Monitoring

                  J Offline
                  J Offline
                  JimBob SquarePants
                  wrote on last edited by
                  #11

                  It does seem to run this best though Browser Pong[^]

                  JimBob SquarePants ******************************************************************* "He took everything personally, including our royalties!" David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager *******************************************************************

                  J 1 Reply Last reply
                  0
                  • J JimBob SquarePants

                    It does seem to run this best though Browser Pong[^]

                    JimBob SquarePants ******************************************************************* "He took everything personally, including our royalties!" David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager *******************************************************************

                    J Offline
                    J Offline
                    Jeremy Hutchinson
                    wrote on last edited by
                    #12

                    I closed the window that launched browser pong, and spent about 30 seconds chasing the "ball" browser around the screen trying to close it before finally closing it through task manager.

                    J 1 Reply Last reply
                    0
                    • J Jeremy Hutchinson

                      I closed the window that launched browser pong, and spent about 30 seconds chasing the "ball" browser around the screen trying to close it before finally closing it through task manager.

                      J Offline
                      J Offline
                      JimBob SquarePants
                      wrote on last edited by
                      #13

                      Eeek! I didn't do that. Just got thrashed instead.

                      JimBob SquarePants ******************************************************************* "He took everything personally, including our royalties!" David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager *******************************************************************

                      1 Reply Last reply
                      0
                      • J JimBob SquarePants

                        Hmmm....Never thought of that. It does seem to be specific to cp.

                        JimBob SquarePants ******************************************************************* "He took everything personally, including our royalties!" David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager *******************************************************************

                        M Offline
                        M Offline
                        Media2r
                        wrote on last edited by
                        #14

                        It won't roar its ugly head unless you keep pages open. The concept is that a prepetitive/interval/looped task that utilises closures bleed memory. This is because IE's (in particular) garbage collector doesnt undestand that the objects used are ready for collection, because of a circular referense between them. As such the garbage collector thinks object A is needed because it points to object B and vice versa. I'm not saying this is the case with CP, but with the behaviour you described I would not be surprised if it is. Cheers, //L

                        J D 2 Replies Last reply
                        0
                        • M Media2r

                          It won't roar its ugly head unless you keep pages open. The concept is that a prepetitive/interval/looped task that utilises closures bleed memory. This is because IE's (in particular) garbage collector doesnt undestand that the objects used are ready for collection, because of a circular referense between them. As such the garbage collector thinks object A is needed because it points to object B and vice versa. I'm not saying this is the case with CP, but with the behaviour you described I would not be surprised if it is. Cheers, //L

                          J Offline
                          J Offline
                          JimBob SquarePants
                          wrote on last edited by
                          #15

                          Cool... Learn something new every day.. Cheers!

                          JimBob SquarePants ******************************************************************* "He took everything personally, including our royalties!" David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager *******************************************************************

                          1 Reply Last reply
                          0
                          • M Media2r

                            Without having looked at the source of CP - this is a very common problem due to IE's garbage garbage collector (no typo, the double garbage was intended) which becomes very apparent if the site is using JS closures, a very typical scenario if XMLHTTP is in action. FF is a little better at handling this, but has other problems, and webkit browers even a bit better (in general). Do not get me wrong, I'm not rating browsers here, I'm simply pointing out a fact on garbage collectors. //L

                            D Offline
                            D Offline
                            Dan Neely
                            wrote on last edited by
                            #16

                            hmmmm I wonder if this could have anything to do with the problems I was having last night at daily motion. In both FF and Opera I opened about a dozen videos at once in different tabs and did something else while the whole lot was loading only to have the browsers crash on me after a few minutes. I didn't think to look at what they were doing RE memory usage or anything; but cutting the number shown at a time was sufficient to prevent a crash...

                            3x12=36 2x12=24 1x12=12 0x12=18

                            1 Reply Last reply
                            0
                            • M Media2r

                              It won't roar its ugly head unless you keep pages open. The concept is that a prepetitive/interval/looped task that utilises closures bleed memory. This is because IE's (in particular) garbage collector doesnt undestand that the objects used are ready for collection, because of a circular referense between them. As such the garbage collector thinks object A is needed because it points to object B and vice versa. I'm not saying this is the case with CP, but with the behaviour you described I would not be surprised if it is. Cheers, //L

                              D Offline
                              D Offline
                              Dan Neely
                              wrote on last edited by
                              #17

                              Obligatory AI Koan[^] One day a student came to Moon and said: “I understand how to make a better garbage collector. We must keep a reference count of the pointers to each cons.” Moon patiently told the student the following story: “One day a student came to Moon and said: ‘I understand how to make a better garbage collector...

                              3x12=36 2x12=24 1x12=12 0x12=18

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups