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
Copy file name to clipboardExpand all lines: src/content/docs/workers/observability/dev-tools/memory-usage.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ objects in memory.
15
15
16
16
When using DevTools to profile memory, it may be difficult to replicate specific behavior you are
17
17
seeing in production. To mimic production behavior, make sure the requests you send to the local Worker
18
-
are similar to requests in production, this might mean sending a large volume of requests, making requests
18
+
are similar to requests in production. This might mean sending a large volume of requests, making requests
19
19
to specific routes, or using production-like data with the [--remote flag](/workers/testing/local-development/#develop-using-remote-resources-and-bindings).
0 commit comments