[Mono-bugs] [Bug 82600][Wis] New - Make TraceData more memory-efficient
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Aug 26 18:18:56 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by juraj at hotfeet.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=82600
--- shadow/82600 2007-08-26 18:18:55.000000000 -0400
+++ shadow/82600.tmp.6004 2007-08-26 18:18:55.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 82600
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details: FC6
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com
+ReportedBy: juraj at hotfeet.ch
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Make TraceData more memory-efficient
+
+Right now, TraceData creates a few DataTables and adds the trace data to
+those tables. That's a pretty wasteful way to store the data.
+
+Try requesting a page containing a Repeater (with a few data binding
+expressions in the ItemTemplate) and you'll have to say goodbye to a few
+MBs. My record so far is 300MB with one single request (a repeater bound to
+a large array was involved).
+
+Replacing those DataTables with simple structs will bring TraceData's
+appetite back to reasonable levels. I'll try to make a patch if I find the
+time.
More information about the mono-bugs
mailing list