this post was submitted on 09 Jul 2023
13 points (88.2% liked)

Selfhosted

39257 readers
254 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hey guys,

I posted this and a bunch of info in the Nextcloud help forum https://help.nextcloud.com/t/nextcloud-aio-freezes-have-to-manually-stop-all-containers-to-get-it-responsive/165826/1

But i thought id plug it here too in case anyone has a solution... Tried all kinds of things but cant prevent nextcloud from timing out

Thanks guys!

you are viewing a single comment's thread
view the rest of the comments
[–] Krafting@lemmy.world 2 points 1 year ago (2 children)

I've never heard of Nextclouf AIO, do you have links?

For the RAM, the 200mb free and 7GB available, it's because linux uses ram for caching things, but this ram used for cache can be freed right away when needed (this is the 7gb available)

If i'm not mistaken docker will take all the ram it needs.

In my personnal setup I use Portainer to manage things with a UI and Ive setup nextcloud with the Stacks functionnality of Portainer (it's just multiple docker compose) and in the stack I have Nextcloud server and a Nextcloud mariadb database (and maybe something else ? I might be forgetting some things) have you tried setting up Newtcloud this way ? I suppose the AIO is bundled with the db and the server as one image?

[–] bookworm@feddit.nl 1 points 1 year ago

I’ve never heard of Nextclouf AIO, do you have links?

https://github.com/nextcloud/all-in-one

[–] beppi@sh.itjust.works 1 points 1 year ago

Yeah i started off going the plain nextcloud and mariadb, but i saw somewhere on nextclouds github i think??? that said they reccommend using the AIO version, so i just did that. Might be worth just keeping it simple and doing nextcloud + mariadb