offspot / imager-service

Create Kiwix Hotspot microSD cards online
https://imager.kiwix.org/
GNU General Public License v3.0
10 stars 6 forks source link

optim: preallocate base-image placeholders #404

Open rgaudin opened 3 months ago

rgaudin commented 3 months ago

image-creator spends time on each task creating the final image from the base image ; either:

Copying those few GB of data takes a number of seconds for something we know in advance we'll need.

We could imagine the worker keeping a small pool of ready to move/rename copies of the base image and hand them over to the image-creator.

kelson42 commented 3 months ago

@rgaudin Or put them in the cache?

rgaudin commented 3 months ago

re-read the ticket?