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
I've take a closer look at the logs and it seems like the submissions you want to analyze have multiple files per submission.
We currently don't support grouping files together, so each file would be compared with all the others instead of with other groups. This needs a lot of memory and would give sub-par results.
In the mean time (until #1121 is implemented), you could try concatenating all files that belong to the same submission into one file (if you're using linux: cat **/*.java > combined.java).
I'm analyzing a simple 1.5MB zip file consisting of Java files, but getting out-of-memory.
The text was updated successfully, but these errors were encountered: