Skip to main content

Platform limits

Here you can find explanations on certain limits that are applied when developing VIKTOR apps and when they are running on production environments.

Disk storage limit of 5 GB

If your use case requires writing files to disk, keep in mind that we enforce a limit of 5 GB of available disk space. If this limit is exceeded, the job will fail. If your app requires more than that limit, please contact us.

caution

Note that writing files to disk can be unpredictable on production environments and it is usually advised against. For more details check how files are persisted between jobs. You can instead use the Persistant Storage, where also this limit does not apply. Read our guide for more detail!