From d1e9b33cac65794632921045e7a851c58ef1863d Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 21 Sep 2023 07:25:18 -0700 Subject: On Linux, respect memory limit from cgroups (#5849) * Implement `process.constrainedMemory()` * Add a comment * Handle max * Missing header * We can use WTF::ramSize now * Update WebKit * Update ZigGlobalObject.cpp * WebKit * :scissors: --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> --- src/bun.js/WebKit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bun.js/WebKit') diff --git a/src/bun.js/WebKit b/src/bun.js/WebKit index 4d995edbc..e1aa0a58e 160000 --- a/src/bun.js/WebKit +++ b/src/bun.js/WebKit @@ -1 +1 @@ -Subproject commit 4d995edbc44062b251be638818edcd88d7d14dd7 +Subproject commit e1aa0a58e282b53fc20503d6e7ec93c621bc5570 -- cgit v1.2.3