Code Monkey home page Code Monkey logo

Comments (5)

vrtmrz avatar vrtmrz commented on July 17, 2024 1

Thank you for opening this issue!
At first sight, I was very surprised to see that there was a tremendous number of chunks waiting to be sent.
May I ask the total file size of your vault?

And, If you have not configured an enhancing chunk size, please try setting 'Enhance chunk size' to 100 and rebuild the databases once. It works to reduce the number of chunks to 1/100.
To rebuild both databases, we can place 'redflag3.md' on top of the vault (which has the fine notes and is backed up), and restart obsidian, instead of using 'Hatch'.

I hope that this information will work for us.

from obsidian-livesync.

vrtmrz avatar vrtmrz commented on July 17, 2024 1

I am so relieved to hear that! Sorry that your confusion had not been solved earlier!
I close this issue. Thank you for your patience!

from obsidian-livesync.

dlphnkck avatar dlphnkck commented on July 17, 2024

The situation is unfortunate.

  1. Is it reproducible?
  • Or is it out of memory on the CouchDB server side?
  • Volume usage is at 100%,
  • iCloud Drive is being used.
  • etc.
  1. Please provide additional information about your environment.

In reference to New Issue inquiry? Β· vrtmrz/obsidian-livesync Β· Discussion #327, etc.
This will encourage more people to respond. It may increase the number of people willing to respond.

That is all. I wish you good luck.

from obsidian-livesync.

stanthewizzard avatar stanthewizzard commented on July 17, 2024

docker - obsidian-livesync running 12 hours
CPU 0,2
MEM 1.55G
DISK 138G used on 165G available

no icloud drive used (on windows for testing)

Photon os latest

Compose
version: "2.1" services: couchdb: image: couchdb:latest container_name: obsidian-livesync user: 1000:1000 environment: - COUCHDB_USER=zzzzzzzzzzzzzzzzzzzzzzzz - COUCHDB_PASSWORD=xxxxxxxxxxxxxxxxxxxxxx volumes: - ./data:/opt/couchdb/data - ./local.ini:/opt/couchdb/etc/local.ini ports: - 9584:5984 restart: unless-stopped

local.ini

`[couchdb]
single_node=true
max_document_size = 50000000

[chttpd]
require_valid_user = true
max_http_request_size = 4294967296

[chttpd_auth]
require_valid_user = true
authentication_redirect = /_utils/session.html

[httpd]
WWW-Authenticate = Basic realm="couchdb"
bind_address = 0.0.0.0
enable_cors = true

[cors]
origins = app://obsidian.md,capacitor://localhost,http://localhost
credentials = true
headers = accept, authorization, content-type, origin, referer
methods = GET,PUT,POST,HEAD,DELETE
max_age = 3600`

from obsidian-livesync.

stanthewizzard avatar stanthewizzard commented on July 17, 2024

2gb I already worked with the chunks

from obsidian-livesync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.