You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Source: https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github
The text was updated successfully, but these errors were encountered: