Daniel Meyer
Daniel Meyer
does a restart fix the memory and it goes back to normal? Or will it start up again with the same amount of memory usage? OPFS stores the index-string-to-document-position-mapping in...
Can you reproduce the memory leak without dev-mode? If it really is a memory-leak in the OPFS storage, let's find it together and I will fix that. This is the...
> Do you have any handy tools to track memory usage ? I only use chrome devtools with the memory profiler. Can you post your schema? Or send it to...
You schema has `uid: { type: "string", maxLength: 100 }` which means each in-memory index string will use 100*2byte for the primary key. Are your primary keys really that long?...
Hi @morfees Sorry I forgot to reply. This has been fixed on a dev-branch but releasing it will require a major version increement because it is a breaking change. The...
> it will take at least 4 weeks. There are more things that are considered breaking change which have to be added
Can you add a test case for that? https://github.com/pubkey/rxdb-premium-issues
Thank you for providing the test. This is fixed and will be released in the next version.
This should be made possible. PR is welcomed.
@fadnincx I checked and I cannot merge this. This would only work for the express based server adapter, not for fastify and koa. It should be possible to get the...