HEX
Server: LiteSpeed
System: Linux w5304130.sdnsbox.com 4.18.0-425.3.1.lve.el8.x86_64 #1 SMP Tue Nov 22 22:59:23 EST 2022 x86_64
User: makefitmeserver (1001)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //usr/share/systemtap/examples/memory/overcommit.meta
title: Log Failed Process Memory Allocation Due to Overcommit Limits
name: overcommit.stp
version: 1.0
author: anonymous
keywords: memory limits
subsystem: memory
status: proposed
exit: user-controlled
output: trace
scope: system-wide
description: The overcommit.stp script prints a line each time the kernel refuses a memory allocation request from a process because of /proc/sys/vm/overcommit* limits.
test_check: stap -p4 overcommit.stp
test_installcheck: stap overcommit.stp -T 1
test_check_bpf: stap --bpf -p4 overcommit.stp
test_installcheck_bpf: stap --bpf overcommit.stp -T 1