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

Possible issue: zip state.json needs to stay under GitHubs strict file limit of 100MB #48

Open
KasperZutterman opened this issue Nov 4, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@KasperZutterman
Copy link
Collaborator

Source: https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github

@KasperZutterman KasperZutterman added the enhancement New feature or request label Nov 4, 2021
@KasperZutterman KasperZutterman self-assigned this Nov 4, 2021
@pietercolpaert
Copy link
Member

I would rephrase this issue as:

Problem: state.json is hitting max file size limit

Possible solutions:

  • gzipping state.json
  • splitting state.json in fragments
  • use a file-based store that is compressed by default. E.g., sqlite or leveldb
  • researching ways to keep less data, such as approximate membership functions?

@KasperZutterman KasperZutterman changed the title Can we zip state.json to stay under GitHubs strict file limit of 100MB Possible issue: zip state.json needs to stay under GitHubs strict file limit of 100MB Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants