Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dmitriy 168 posts 588 karma points
    Nov 27, 2018 @ 17:07
    Dmitriy
    0

    High memory usage in backoffice 7.12

    Hello.

    I have an umbraco website on virtual hosting with 1.2 GB of virtual memory, but in backoffice after few minutes of interraction memory is full (as hosting provider helpdesk tells)

    In fact the site is not big, and has few helpers in App_Code and several packages (301 Url tracker, SVG Icon Picker)

    32 bit apps is enabled from that article, but it does't helped.

    What strange is that Visual studio diagnostics stable show 200-250 mb of memory when user interracts with backoffice on local machine. enter image description here

    What most important things to check that may solve that problem?

    P.S. Site has a lot of nested content, may be it is an important thing.

  • Nik 1591 posts 7148 karma points MVP 6x c-trib
    Nov 27, 2018 @ 17:21
    Nik
    0

    Hi Dmitriy,

    I think you will struggle to get a site running on 1GB of ram to be honest. I've checked one of my sites, particularly looking at editing a page that uses nested content heavily and as soon as I browse to that page in the back office it's using 500MB+.

    The back office does appear to be quite memory heavy and as such there might not be a way around you issue except for upping the amount of ram available to it.

    Others may have a different view on it though :-)

    Nik

  • Dmitriy 168 posts 588 karma points
    Nov 27, 2018 @ 17:27
    Dmitriy
    0

    Hi, Nik

    You think I dooooooooomed? :)

    So, do you think nested content use a lot of memory? But why? Because every single nested item it is one query to data base?

  • Nik 1591 posts 7148 karma points MVP 6x c-trib
    Nov 27, 2018 @ 17:33
    Nik
    1

    I don't think it necessarily has anything to do with the database, but things like the number of properties, and their contents. Effectively a lot of information is being stored for your editor view beyond just the information you are seeing.

    Yes I think Nested Content could potentially be RAM heavy but I've not done any sort of performance/memory analysis for it to be any more than speculation.

    If you have multiple-editors logged in, I have no idea what impact that would have either. Umbraco does, as I understand it, try and utilise caching where it can but that's going to take up RAM as well as it's in memory caching. How much this is used in the back office side of things I have no idea though.

  • Dmitriy 168 posts 588 karma points
    Nov 28, 2018 @ 09:58
    Dmitriy
    0

    UPD: On local machine memory show 200-250 memory usage. How it possible to grow so much on another machine?

Please Sign in or register to post replies

Write your reply to:

Draft