Date: Thu, 16 Apr 2026 02:00:27 +0000 From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a079869db824 - main - net-im/jitsi-videobridge: Fix start issue with java17 Message-ID: <69e042bb.1bf41.26b54261@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=a079869db824e8ee5b9327c3f518cd58002ac754 commit a079869db824e8ee5b9327c3f518cd58002ac754 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2026-04-16 01:58:00 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2026-04-16 01:58:00 +0000 net-im/jitsi-videobridge: Fix start issue with java17 - Bump PORTREVISION PR: 294544 Reported by: Yasuhito FUTATSUKI <freebsd-bug-report-yf __at_ yf.bsdclub.org> --- net-im/jitsi-videobridge/Makefile | 2 +- net-im/jitsi-videobridge/files/jitsi-videobridge.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/jitsi-videobridge/Makefile b/net-im/jitsi-videobridge/Makefile index 1f9a2a6349dc..3d8af6a77d1a 100644 --- a/net-im/jitsi-videobridge/Makefile +++ b/net-im/jitsi-videobridge/Makefile @@ -1,6 +1,6 @@ PORTNAME= jitsi DISTVERSION= 2.3-272 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im java PKGNAMESUFFIX= -videobridge diff --git a/net-im/jitsi-videobridge/files/jitsi-videobridge.in b/net-im/jitsi-videobridge/files/jitsi-videobridge.in index 8c2d7ce777e4..59af79c74659 100644 --- a/net-im/jitsi-videobridge/files/jitsi-videobridge.in +++ b/net-im/jitsi-videobridge/files/jitsi-videobridge.in @@ -40,7 +40,7 @@ jitsi_videobridge_start() { daemon -u ${jitsi_videobridge_user} -p ${pidfile} -o /var/log/jitsi-videobridge.log \ ${command} -Xmx${jitsi_videobridge_maxmem} \ - -XX:+UseConcMarkSweepGC \ + -XX:+UseG1GC \ -XX:+HeapDumpOnOutOfMemoryError \ -XX:HeapDumpPath=/tmp \ -Djava.util.logging.config.file=${jitsi_videobridge_logging_config} \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e042bb.1bf41.26b54261>
