refs #2232 increase ulimit for the qt6 browser
parent
3f31e288ef
commit
4eb0c9bd9c
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
OpenGnsys Client 3.9.0
|
||||
OpenGnsys Client 3.9.1
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue