Update intermittent_memory_spike.md
authorMario Hewardt <marioh@microsoft.com>
Wed, 8 May 2019 00:00:24 +0000 (17:00 -0700)
committerGitHub <noreply@github.com>
Wed, 8 May 2019 00:00:24 +0000 (17:00 -0700)
documentation/tutorial/intermittent_memory_spike.md

index 7969382059ace08b9723e504b7a0322ea5942033..69e3e0623ad0f6d0324ac196d381fefd110ff9de 100644 (file)
@@ -1,5 +1,7 @@
 # App is experiencing intermittent memory spikes
 
+** This tutorial uses API/methods available in dotnet core preview 5. These API/methods are subject to change ** 
+
 http://localhost:5000/api/diagscenario/memspike/{seconds}
 
 In this scenario, the endpoint will experience intermittent memory spikes over the specified number of seconds. Memory will go from base line to spike and back to baseline a number of times. What makes this scenario different from the memory leak scenario is that we will have to figure out a way to automatically trigger the collection of a dump when the memory spikes.