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
When storing a large file (over 2 hours). With AVAILABLE_PROCESSORS=0
It looks like the java process goes to sleep midway through.
Running strace on the PID gives this message:
This is either a memory problem or some kind of overflow problem. Panako has been tested mainly with "song length" fragments of 1-10minutes.
Thanks for your email with further details: you mentioned in the email that from about 20 minutes there seems to be a problem (1200s). I will investigate this further.
I have a similar problem with panako (with olaf I had no such issue). When I try to store fingerprints for a long track (~20 minutes). I get a memory error. Is it possible to move beyond this? I believe that my system has enough memory. I tried increasing MAX_FILE_SIZE=6000 to x10 times or more.
When storing a large file (over 2 hours). With AVAILABLE_PROCESSORS=0
It looks like the java process goes to sleep midway through.
Running strace on the PID gives this message:
futex(0x7fe0b8229078, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY
Is this a thread deadlocking issue?
The text was updated successfully, but these errors were encountered: