The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
kern.vm events
Contributors

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
kern.vm.mmap.return
- Severity
-
NOTICE
- Description
-
This message occurs when an attempt to create a new mapping in the virtual address space of a process has failed.
- Corrective Action
-
(None).
- Syslog Message
-
mmap(2) by %s (pid %d) for size %ld failed: %s, limit %ld, error %d.
- Parameters
-
process_name (STRING): Name of the process with the failed attempt.
process_id (INT): ID of the process with the failed attempt.
size (LONGINT): Size in bytes of the memory map attempt.
message (STRING): Details about the failed memory map attempt.
limit (LONGINT): Size in bytes of the process's virtual memory limit.
errno (INT): The error code returned to the process.