I have a problem with ItemImport via Adding Items to a Collection from a zip file. The problem is that the total time the script spends to run is not reasonable. Each import using the command line script takes 1-2s. I think this time is reasonable. the problem is that at the beginning of the ScriptLauncher, starting the kernel is taking about 3 seconds. therefore the total elapsed time for each import is about 5 second. This 5 second is not reasonable. I use DSpace dspace3.x on a centos system with 40GB RAM and eight CPU core.
Do you have any idea about how I can solve the problem? I insist on using import Item via single zip file at a time and NOT using the batch import.