Skip to content

Commit c6485c6

Browse files
author
Bob Grabar
committed
DOCS-850 minor review edits
1 parent b608740 commit c6485c6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/tutorial/manage-the-database-profiler.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ The threshold for slow operations applies to the entire
7878
:program:`mongod` instance. When you change the threshold, you change it
7979
for all databases on the instance.
8080

81+
.. warning:: Changing the slow-operation threshold for the database
82+
profiler also affects the logging subsystem's slow operation threshold.
83+
8184
By default the threshold is 100 milliseconds. Databases with a log level
8285
of ``1`` will log operations slower than 100 milliseconds.
8386

@@ -249,8 +252,9 @@ Profiler Overhead
249252
-----------------
250253

251254
When enabled, profiling has a minor effect on performance. The
252-
``system.profile`` collection, which is a :term:`capped collection`, is
253-
set to several thousand typical profile documents by default.
255+
``system.profile`` collection is a :term:`capped collection` with a
256+
default size of 1 megabyte. It is able to store several thousand typical
257+
profile documents by default.
254258

255259
To change the size of the ``system.profile`` collection, you must:
256260

0 commit comments

Comments
 (0)