pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
jitsi-meet: Update comment about needed RAM
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Mon Mar 3 10:08:24 2025 -0500
Changeset: 3ccb6c38a15196b2a0039b006a3448faaa6f13f0
Modified Files:
jitsi-meet/Makefile
Log Message:
jitsi-meet: Update comment about needed RAM
Note that 10000 MB was ok but some paging. Add comment that this is
with WRKDIR on tmpfs.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3ccb6c38a15196b2a0039b006a3448faaa6f13f0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
jitsi-meet/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/jitsi-meet/Makefile b/jitsi-meet/Makefile
index cce3cdca7b..b0a1ba2387 100644
--- a/jitsi-meet/Makefile
+++ b/jitsi-meet/Makefile
@@ -33,8 +33,9 @@ do-configure:
npm install
# Running webpack takes a lot of RAM. Building on a machine with 6000
-# MB, heavy paging resulted, and it wasn't clear that it would finish.
-# With 12000 MB, the package built without issues.
+# MB with WRKDIR on tmpfs, heavy paging resulted, and it wasn't clear
+# that it would finish. With 10000 MB, it built in reasonable time
+# with some paging. With 12000 MB, it built without issues.
BUILD_TARGET= compile
INSTALL_TARGET= deploy source-package
Home |
Main Index |
Thread Index |
Old Index