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
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
Does the following step:
1. find ./ -regex '..m4a|..mp3' > music_to_ingest
2. echoprint-codegen -s < music_to_ingest > allcodes.json
3. cat allcodes.json | jq -r '.[].code' | echoprint-inverted-index index.bin
My system is 4 gb of memory,2 gb swap space. when I run the step of 3, At the last time Out of memory and swap space. but the file size of allcodes.json is 1gb.
What reason is this ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does the following step:
1. find ./ -regex '..m4a|..mp3' > music_to_ingest
2. echoprint-codegen -s < music_to_ingest > allcodes.json
3. cat allcodes.json | jq -r '.[].code' | echoprint-inverted-index index.bin
My system is 4 gb of memory,2 gb swap space. when I run the step of 3, At the last time Out of memory and swap space. but the file size of allcodes.json is 1gb.
What reason is this ?
The text was updated successfully, but these errors were encountered: