Skip to content

Commit ea96dd4

Browse files
sundbenjoy-binbin
andauthored
Update commands/info.md
Co-authored-by: Binbin <[email protected]>
1 parent 7638653 commit ea96dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/info.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ It won't be included when `INFO` or `INFO ALL` are called, and it is returned on
453453
* `eventloop_duration_cron_sum`: Total time consumption of cron in microseconds (including serverCron and beforeSleep, but excluding IO and AOF flushing)
454454
* `eventloop_duration_max`: The maximal time spent in a single eventloop cycle in microseconds
455455
* `eventloop_cmd_per_cycle_max`: The maximal number of commands processed in a single eventloop cycle
456-
* `allocator_allocated_lua`: Total bytes allocated form the allocator specifically for Lua, including internal-fragmentation.
456+
* `allocator_allocated_lua`: Total bytes allocated from the allocator specifically for Lua, including internal-fragmentation.
457457
* `allocator_active_lua`: Total bytes in the allocator active pages specifically for Lua, this includes external-fragmentation.
458458
* `allocator_resident_lua`: Total bytes resident (RSS) in the allocator specifically for Lua, this includes pages that can be released to the OS (by `MEMORY PURGE`, or just waiting).
459459
* `allocator_frag_bytes_lua`: Delta between `allocator_active_lua` and `allocator_allocated_lua`.

0 commit comments

Comments
 (0)