shana / google-highly-open-participation-mono

Automatically exported from code.google.com/p/google-highly-open-participation-mono
0 stars 0 forks source link

Reduce memory usage of ASP.NET #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We want to reduce the memory consumption of ASP.NET-based applications.

Reduce by 10% the memory consumed by running any of the ASP.NET stater kits
(we have ports to Linux ready to run).

Original issue reported on code.google.com by miguel.d...@gmail.com on 22 Nov 2007 at 12:02

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Some useful data points.

You can use many of the existing tests that are part of xsp, or you can use 
some of
the web apps that are published in the Mono group at the OpenSUSE build system
(http://download.opensuse.org/repositories/Mono/)

The task is to reduce memory usage by improving Mono's class libraries, not the
applications themselves.

For the record, one thing that is useful is to use HeapShot to profile 
applications,
more docs can be found here:

http://www.mono-project.com/HeapShot

Original comment by miguel.d...@gmail.com on 6 Jan 2008 at 8:26