From ddb85479cd79417ff0df345a9fae20ffb84b21b0 Mon Sep 17 00:00:00 2001
From: Peter Mounce <pete@neverrunwithscissors.com>
Date: Sat, 2 May 2015 13:33:38 +0100
Subject: [PATCH] Add documentation note

---
 windows/win_dotnet_ngen.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/windows/win_dotnet_ngen.py b/windows/win_dotnet_ngen.py
index d3dc4622e7c..c6c1c6de069 100644
--- a/windows/win_dotnet_ngen.py
+++ b/windows/win_dotnet_ngen.py
@@ -33,6 +33,7 @@ description:
     - http://blogs.msdn.com/b/dotnet/archive/2013/08/06/wondering-why-mscorsvw-exe-has-high-cpu-usage-you-can-speed-it-up.aspx
     - Note: there are in fact two scheduled tasks for ngen but they have no triggers so aren't a problem
     - Note: there's no way to test if they've been completed (?)
+    - Note: the stdout is quite likely to be several megabytes
 options:
 author: Peter Mounce
 '''