Closed Osiris-Team closed 4 months ago
I haven't heard of such an issue so far. My guess is that the linux device is slow or is dedicating limited resources to this process. It might be that the read/write of the file is slow on linux machine compared to the Windows machine. I would recommend you to do a profiling of your application to investigate further
Okay, thanks!
The same backup zip creator code runs in 11 minutes on Windows and about an hour on Linux. Is there anyone that already experienced this, knows the cause, or maybe has any information about this? Is there something within zip4j that is the cause and can be fixed, or something within the following code?
Here is the relvant code:
Full: https://github.com/Osiris-Team/AutoPlug-Client/blob/20a2a4700646d173ad8ca1095948096c04d9ba4d/src/main/java/com/osiris/autoplug/client/tasks/backup/TaskBackup.java#L106