calculateMaxIopsAllowedForDiskSizeWithGp3() — supabase Function Reference
Architecture documentation for the calculateMaxIopsAllowedForDiskSizeWithGp3() function in DiskManagement.utils.ts from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD cac598b1_693b_5720_2c5f_1d7f69273afa["calculateMaxIopsAllowedForDiskSizeWithGp3()"] 36093eba_fdee_f0d6_0930_e23cece03c50["CreateDiskStorageSchema()"] 36093eba_fdee_f0d6_0930_e23cece03c50 -->|calls| cac598b1_693b_5720_2c5f_1d7f69273afa style cac598b1_693b_5720_2c5f_1d7f69273afa fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/studio/components/interfaces/DiskManagement/DiskManagement.utils.ts lines 284–286
export const calculateMaxIopsAllowedForDiskSizeWithGp3 = (totalSize: number) => {
return Math.min(3000 * totalSize, 16000)
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does calculateMaxIopsAllowedForDiskSizeWithGp3() do?
calculateMaxIopsAllowedForDiskSizeWithGp3() is a function in the supabase codebase.
What calls calculateMaxIopsAllowedForDiskSizeWithGp3()?
calculateMaxIopsAllowedForDiskSizeWithGp3() is called by 1 function(s): CreateDiskStorageSchema.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free