You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
PackageDependencyProvider keeps adding breadcrumbs throughout the entire life cycle. see here
Since that the PackageDependencyProvider adding breadcrumbs each time GetDescription is called, there are duplicate value in the _breadcrumbsToWrite list. It can be replaced by an HashSet. see here
Set $env:DNX_NO_BREADCRUMBS=1, then the breadcrumbs memory consumption completely disappeared.
Open MVC solution in VS with
dnx-clr-win-x86.1.0.0-beta8-15109
.Noticing that about 48% of the managed memory is of type
String[]
and referred byMicrosoft.Dnx.Runtime.Servicing.Breadcrumbs
Snapshot:

The text was updated successfully, but these errors were encountered: