Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using tmpfs to speed up transforms with temporary files #427

Open
horner opened this issue Feb 10, 2024 · 0 comments
Open

Consider using tmpfs to speed up transforms with temporary files #427

horner opened this issue Feb 10, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@horner
Copy link
Member

horner commented Feb 10, 2024

image

See https://docs.docker.com/storage/tmpfs/

Examples:

We download a .odt of the file and then transform it.

async unzipAssets(destinationPath: string, destinationName: string) {

await processor.unzipAssets(workerData.destinationPath, workerData.realFileName);

@horner horner added the good first issue Good for newcomers label Feb 10, 2024
@horner horner linked a pull request Feb 10, 2024 that will close this issue
@horner horner removed a link to a pull request Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant