Home / Type/ InfraInstanceSize Type — supabase Architecture

InfraInstanceSize Type — supabase Architecture

Architecture documentation for the InfraInstanceSize type/interface in DiskManagement.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/DiskManagement/DiskManagement.types.ts lines 48–68

export type InfraInstanceSize =
  | 'pico'
  | 'nano'
  | 'micro'
  | 'small'
  | 'medium'
  | 'large'
  | 'xlarge'
  | '2xlarge'
  | '4xlarge'
  | '8xlarge'
  | '12xlarge'
  | '16xlarge'
  | '24xlarge'
  | '24xlarge_optimized_memory'
  | '24xlarge_optimized_cpu'
  | '24xlarge_high_memory'
  | '48xlarge'
  | '48xlarge_optimized_memory'
  | '48xlarge_optimized_cpu'
  | '48xlarge_high_memory'

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free