Open nemobis opened 4 years ago
launcher.py continues and creates a wikidump.7z file without any XML!
This should no longer be the case now that we check the exit code, so this would be only an enhancement request. (And the user should really check whether they have enough memory or everything is crashing!)
When 7z fails for lack of memory, launcher.py continues and creates a wikidump.7z file without any XML!
According to man 7z, the memory error is status code 8. We should retry with -mx=3 or similar when such a thing happens, until the memory suffices.