Date: Mon, 25 May 2026 08:09:06 +0000 From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3b53751dd28c - main - multimedia/jellyfin: webpack is a memory hog on arm64 Message-ID: <6a1403a2.1e83c.14b6b7e2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b53751dd28ca52166cf22e534dfd5dc5c9736a1 commit 3b53751dd28ca52166cf22e534dfd5dc5c9736a1 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2026-05-25 08:05:04 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2026-05-25 08:09:04 +0000 multimedia/jellyfin: webpack is a memory hog on arm64 allow more heap for v8, to try to prevent an OOM on arm64 cluster --- multimedia/jellyfin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/jellyfin/Makefile b/multimedia/jellyfin/Makefile index 4295d8fcd7d0..aca5d28bd14f 100644 --- a/multimedia/jellyfin/Makefile +++ b/multimedia/jellyfin/Makefile @@ -68,6 +68,7 @@ DISTFILES+= ${FILE_AMD64}:prefetch ${FILE_ARM64}:prefetch EXTRACT_ONLY+= ${FILE_AMD64} .elif ${ARCH} == aarch64 EXTRACT_ONLY+= ${FILE_ARM64} +MAKE_ENV+= NODE_OPTIONS="--max-old-space-size=3072" .endif # We need NODEJS_VERSION to be expanded before assigning ithome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1403a2.1e83c.14b6b7e2>
