Hi there
i have a new NextcloudPi installed and wanted to sync my data with the linux client, but now i always get this error
too many open files
in the client
I already found another thread wich this issue ( Desktop App - too many files open ) and did this:
edit /etc/security/limits.conf
* soft nofile 500000
* soft nproc 500000
* hard nproc 500000
/etc/systemd/user.conf
DefaultLimitNOFILE=500000
/etc/systemd/system.conf
DefaultLimitNOFILE=500000:524288
I clicked in the webUI on Update and restarted the server but im still getting this error.
The Basics
Nextcloud Server version (e.g., 29.x.x):
30.0.1.2
Operating system and version (e.g., Ubuntu 24.04):
NextcloudPi Armbian-unofficial 24.8.2 Bookworm \l . 6.6.45-current-bcm2711 (aarch64)
Nextcloud Desktop-Client
Version 3.4.2 (Linux).
linuxmint-5.15.0-141-generic
tflidd
June 25, 2025, 9:19am
2
How many files do you have in total, is it less than 500k?
Ralosso:
Version 3.4.2 (Linux).
This version was released 2.5 years ago…
opened 11:55AM - 22 Nov 24 UTC
In this post, I’d like to provide some background on the recent releases of the … desktop client.
With the latest release, we’ve introduced a further feature version bump due to significant changes. Additionally, an error in the user agent header in version 3.14 made this update necessary.
### What this means for the version roadmap:
- 3.16: 🟢 latest version
- 3.15: 🟡 limited availability
- 3.14: 🛑 deprecated
- 3.13: 🟡 limited availability (pre-UI-redesign) | last macOS legacy 10.10 version
- < 3.12: 🛑 deprecated
For enterprise customers, the corresponding update channel for the client will be activated soon.
### Key changes in 3.16:
- More UI alignments
- Enforcing Windows compatible file names (auto-rename for invalid characters)
- Trashbin for macOS Virtual File System
- Performance: Chunked Uploads in line with server settings
Even if there is a bug, nobody will look into fixing something in an outdated version.
I found a very old issue on the bug tracker, where it is not clear. Might be completely unrelated:
opened 10:30PM - 02 Feb 20 UTC
closed 08:40AM - 16 Jun 21 UTC
bug
os: Linux
stale
### Expected behaviour
The client doesn't crash
### Actual behaviour
The cl… ient crashes after a few hours or a few days
### Steps to reproduce
1. Run the client
2. Wait for a day or so, maybe longer, who knows. Took ~16 hours last time it happened (today).
### Client configuration
Client version:
2.6.2git. Built from Git revision 1d7455 on Dec 24 2019.
Operating system:
Manjaro Linux 64bit
OS language:
English (en_GB)
Qt version used by client package (Linux only, see also Settings dialog):
5.14.0-1
Client package (From Nextcloud or distro) (Linux only):
nextcloud-client 2.6.2-1 from the Arch community repo
### Logs
Nothing related to the issue in the logfile. Error from terminal output.
`(process:93519): GLib-ERROR **: 23:08:28.546: Creating pipes for GWakeup: Too many open files`
yes, this is the actual upstream version from Ubuntu.
I uninstalled it and downloaded the 3.16 appimage from the Nextcloud website. Now the Error didnt occour again.
tflidd
June 25, 2025, 11:58am
4
You can have also use a repository for Ubuntu:
The Nextcloud desktop client compiled for Ubuntu.
This repository contains the stable releases of the client. For the cutting-edge, alpha version, see the alpha PPA at https://launchpad.net/~nextcloud-devs/+archive/ubuntu/client-alpha.
There is also...