From 4eb0c9bd9c8efed563a01c81f07ea5f00966df98 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Wed, 18 Jun 2025 13:24:14 +0200 Subject: [PATCH] refs #2232 increase ulimit for the qt6 browser --- CHANGELOG.md | 6 ++++++ includes/etc/initramfs-tools/scripts/VERSION.txt | 2 +- includes/etc/initramfs-tools/scripts/ogfunctions | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50cbb5c..564910b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.9.1] - 2025-06-18 + +### Fixed + +- Increase "open files" ulimit for the qt6 browser + ## [3.9.0] - 2025-06-16 ### Added diff --git a/includes/etc/initramfs-tools/scripts/VERSION.txt b/includes/etc/initramfs-tools/scripts/VERSION.txt index 45052cc..3cf1588 100644 --- a/includes/etc/initramfs-tools/scripts/VERSION.txt +++ b/includes/etc/initramfs-tools/scripts/VERSION.txt @@ -1 +1 @@ -OpenGnsys Client 3.9.0 +OpenGnsys Client 3.9.1 diff --git a/includes/etc/initramfs-tools/scripts/ogfunctions b/includes/etc/initramfs-tools/scripts/ogfunctions index c5f7b7d..725d773 100644 --- a/includes/etc/initramfs-tools/scripts/ogfunctions +++ b/includes/etc/initramfs-tools/scripts/ogfunctions @@ -591,6 +591,7 @@ ogUnionLiveDir() U1STDIR="${OGLIVERAMFS}${TMPDIR}=RW" U2NDDIR="${OGLIVEROOTFS}${TMPDIR}=RO" UNIONDIR=${OGLIVEUNIONFS}${TMPDIR} + ulimit -n 4096 mkdir -p $UNIONDIR $TMPDIR $UBIN $FUSE_OPT $UNION_OPT ${U1STDIR}:${U2NDDIR} $UNIONDIR mount --bind $UNIONDIR $TMPDIR