this post was submitted on 23 Aug 2023
16 points (100.0% liked)
Free and Open Source Software
17943 readers
23 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Eh, my gen8 is chugging happily along with Nextcloud, Synapse, Jellyfin and friends, docker-mailserver, a GoToSocial instance, Home Assistant in a VM, and so on. I don't know what else is running on your server (and, admittedly, I've added some RAM and stuck in a somewhat beefier Xeon CPU), but it should have no problems running a web app like Nextcloud, especially if you stay away from the more intensive stuff like office apps.
That aside, I've gone through a fair amount of note taking apps, and so far I like Joplin best, too bad it doesn't seem to work out for you. Not sure when you last checked out the Android app, but I do know there's been some changes in the editor it uses recently-ish, it might be worth it to check again.
Yeah, I upgraded my CPU and RAM as well (mentioned in another comment) and even stopped other containers and its still slow.
I tried the Joplin app again yesterday, same thing on the list/Todo view. You can change the editor font but that doesn't help tiny font on the rendered note.
Let's dig into performance a bit. Your gen8 server i believe is using E5-26xx CPUs which is plenty of power for speedy performance in Nextcloud. You mentioned upgrading the CPUs and RAM so should be good to go.
With all of that working correctly, Nextcloud is very performant on my comparable Dell R720.
Edit, I see below you are on a microserver. I think all of the above still applies but I don't have any experience with that hardware. I would still expect it possible to perform well on that device.
These tips are all solid, and reflect my setup. Database (MariaDB) and PHP files on the SSD, data storage on spinny bois. Don't underestimate the importance of a recent enough version of PHP, OpCache, enabled, and so on.
There's a whole chapter on performance tuning in the manual, and the "Security & setup warnings" part of the administration settings should point out some configuration issues, when it finds them.
My setup might actually take a (smallish) performance hit because I use btrfs for all my filesystems. Just don't get roped into the whole "wsl on Windows" thing, that's just not going to work out, it's a kludge that MS offers to not bleed users to Linux too much, but it's certainly not meant for server workloads.
The hardware should not be the bottleneck at all, the 1265 in OPs machine should not be significantly slower than the 1280 in mine.