# Vapor: Applications May Now Have Up to 10 GB Of Temporary Storage

DevFeed: [Vapor: Applications May Now Have Up to 10 GB Of Temporary Storage](<https://devfeed.tech/articles/vapor-applications-may-now-have-up-to-10-gb-of-temporary-storage-3937.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-applications-may-now-have-up-to-10-gb-of-temporary-storage>)

Author: Nuno Maduro

Published: 2022-03-28T16:30:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Vapor](<https://devfeed.tech/topics/swift-vapor.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Disk image](<https://devfeed.tech/topics/disk-image.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [feature](<https://devfeed.tech/tags/feature.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [php](<https://devfeed.tech/tags/php.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [storage](<https://devfeed.tech/tags/storage.md>)

## AI overview

Laravel Vapor applications can now configure AWS Lambda functions with up to 10 GB of ephemeral storage in the `/tmp` directory, up from the default 512 MB. The additional capacity is intended for data-intensive workloads such as queue jobs processing many files, and configured storage above 512 MB incurs charges.

## Source excerpt

AWS recently announced that AWS Lambda now supports up to 10 GB ephemeral storage. In other words, this means that your Vapor environment functions may now hold up to 10 GB of information in the `/tmp` directory.