-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
Description
The maximum_app_disk_in_mb sets the maximum amount of disk a user can request. Why do we have this setting across the deployment. We have apps that are of varying sizes, 1G, 2G , 4G etc. So we would prefer to have an uncapped or arbitrary high setting and the executor/scheduler allocating disk based on actual consumption or from the manifest file. And for charge back we can use Space and Org Quotas.
I don't see similar settings in other container schedulers, wondering what is the design decision to have this setting.
Thanks, Rajesh