Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R4R]fix disk increase dramaticly issue #190

Merged
merged 1 commit into from
May 7, 2021
Merged

Conversation

unclezoro
Copy link
Collaborator

@unclezoro unclezoro commented May 7, 2021

Description

Fix the disk increase dramaticly issue

Rationale

currently, 2.5G cache is not enough to hold the dirty cache of recent 1024 blocks.
image
It will trigger Cap to reduce the cache size.

Becuase dirty cache is written to disk.
image

Dereference here will not work..

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

Preflight checks

  • build passed (make build)
  • tests passed (make test)
  • manual transaction test passed

Already reviewed by

...

Related issues

... reference related issue #'s here ...

@unclezoro unclezoro merged commit 68bde41 into master May 7, 2021
@unclezoro unclezoro deleted the disk_increase_fix branch May 10, 2021 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants