Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Forced Low Memory Mode feature #11355

Merged
merged 2 commits into from
May 17, 2016
Merged

Conversation

mattwar
Copy link
Contributor

@mattwar mattwar commented May 16, 2016

Issue #11354

This adds an option that lets Roslyn developers put their VS process into a low memory mode. This will simulate a VS install with more constrained address space.

@MattGertz @jasonmalinowski @jared @Pilchie please review

using System.Collections.Generic;
using System.Threading.Tasks;

namespace Roslyn.VisualStudio.DiagnosticsWindow.OptionsPages
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI, I'm not sure how widely consumed this project is, or whether anybody ever installs it. I was considering deleting it...but this is a fine use. You might have a (small) uphill battle to get people to install it again.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it comes along with install dogfood.

@jasonmalinowski
Copy link
Member

👍

}
}

class MemoryHogger
Copy link
Member

@jaredpar jaredpar May 17, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

internal

@mattwar mattwar merged commit 38f5a5b into dotnet:master May 17, 2016
@mattwar mattwar deleted the ForcedLowMemoryMode branch August 29, 2016 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants