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. General Programming
  3. Java
  4. Rich Faces component memory leak issue.

Rich Faces component memory leak issue.

Scheduled Pinned Locked Moved Java
performancehelptutorialannouncementcode-review
4 Posts 2 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.
  • N Offline
    N Offline
    Nanda_MR
    wrote on last edited by
    #1

    Hi to all, I am using Rich face components like datatable, extend datatable, combo box, button, text etc... When ever this component is loading it is taking huge memory and later it is not release this memory (even I tried GC also) and reducing performance. How to improve performance and free memory as soon as page close or after component used. Thanks in advance.

    T 1 Reply Last reply
    0
    • N Nanda_MR

      Hi to all, I am using Rich face components like datatable, extend datatable, combo box, button, text etc... When ever this component is loading it is taking huge memory and later it is not release this memory (even I tried GC also) and reducing performance. How to improve performance and free memory as soon as page close or after component used. Thanks in advance.

      T Offline
      T Offline
      TorstenH
      wrote on last edited by
      #2

      - when is the memory assigned? - why is so much memory assigned? any special "things" in there that can use memory? Do you need to dispose the components after using them?

      regards Torsten When I'm not working

      N 1 Reply Last reply
      0
      • T TorstenH

        - when is the memory assigned? - why is so much memory assigned? any special "things" in there that can use memory? Do you need to dispose the components after using them?

        regards Torsten When I'm not working

        N Offline
        N Offline
        Nanda_MR
        wrote on last edited by
        #3

        a) As soon as page loading memory is assigned but it is not releasing memory after user log out. b) I am using rich component for that I am assigning value from Database (using BEAN). Slowly server memory filling to max. any suggestion.

        T 1 Reply Last reply
        0
        • N Nanda_MR

          a) As soon as page loading memory is assigned but it is not releasing memory after user log out. b) I am using rich component for that I am assigning value from Database (using BEAN). Slowly server memory filling to max. any suggestion.

          T Offline
          T Offline
          TorstenH
          wrote on last edited by
          #4

          You need to find it - good luck. memory leaks can be a pain in the *ss. Complicated to find and often caused by a little thing. Debug your database related stuff. Check the amount objects that are floating around in that area. You might be able to see which objects are causing the problems.

          regards Torsten When I'm not working

          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