Copied to clipboard

Flag this post as spam?

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


  • kylepauljohnson 70 posts 108 karma points
    Sep 11, 2009 @ 17:56
    kylepauljohnson
    0

    Umbraco Memory Usage

    Hey there everyone, I was just wanting to checkin and see what the group here though about this.  I am running a pretty basic installation of Umbraco 4 on my site.  Recently my hosting company contacted me saying that I am constantly using more then the alloted 80 MBs of RAM on their server for my app pool.

    This seems rather high to me anyway, but I was looking to see if anyone had a baseline metric on what sort of memory consumption Umbraco usually uses on other enviroments.

  • Casey Neehouse 1339 posts 483 karma points MVP 2x admin
    Sep 12, 2009 @ 00:32
    Casey Neehouse
    0

    Hi Kyle,

    I consistently see 70+ MB for an app pool running umbraco sites.  The amount of caching that occurs in umbraco probably has a lot to do with it, but there are some other things to take into consideration.

    There may be something with using xslt scripts as well, as I have noted some issues there when embedding msxsl:scripts.  .NET compiles these calls and loads the assembly into memory.  It should not be much, but, every instance adds up.

     Another item that may be of issue is ImageGen.  The latest release fixed a problem for me where I had a single site using nearly 1GB of memory after a few hours time.  A quick upgrade fixed the issue.  Mind you, the site had several images, and high amounts of traffic.

    If you need a US host that is versed with umbraco, feel free to drop me an email, I may be able to help.  casey at neehouse dot com

  • Tom 50 posts 100 karma points
    Sep 12, 2009 @ 11:35
    Tom
    0

    We are running a quite large Umbraco site (approx. 1.000.000 pageviews a month, 12.000 articles). Memory usage is about 500mb for the dedicated application pool of this site. We have tried to lower it but that didn't work out the way we want (optimizing xslt's, cache tuning).

  • Paul Marden 235 posts 338 karma points MVP 2x c-trib
    Sep 16, 2009 @ 12:05
    Paul Marden
    0

    I regularly see 100mb+ memory consumed by Umbraco 4 sites with what I consider to be fairly low usage (~400 page views per day).

  • dillorscroft 198 posts 192 karma points
    Sep 22, 2009 @ 01:51
    dillorscroft
    0

    <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; color:windowtext; mso-fareast-language:EN-US;} p {mso-style-noshow:yes; mso-style-priority:99; margin-top:5.25pt; margin-right:0cm; margin-bottom:11.25pt; margin-left:0cm; line-height:13.5pt; mso-pagination:widow-orphan; font-size:10.5pt; font-family:"Arial","sans-serif"; mso-fareast-font-family:"Times New Roman"; color:#333333;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:595.3pt 841.9pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.Section1 {page:Section1;} -->

    Casey,

    Would you recommend using XSLT Extensions as opposed to msxsl scripts? i.e. compiled DLL's

     

     

     

  • dillorscroft 198 posts 192 karma points
    Sep 22, 2009 @ 01:52
    dillorscroft
    0

    That'll teach me not to copy and paste from MS Word....

Please Sign in or register to post replies

Write your reply to:

Draft