Selaa lähdekoodia

add back variable (#3721)

Feroze Mohideen 2 vuotta sitten
vanhempi
sitoutus
9096078207

+ 2 - 1
dashboard/src/main/home/app-dashboard/new-app-flow/tabs/utils.ts

@@ -84,4 +84,5 @@ export const AWS_INSTANCE_LIMITS: InstanceTypes = {
 }
 }
 
 
 
 
-export const UPPER_BOUND_SMART = .5;
+export const UPPER_BOUND_SMART = .5;
+export const RESOURCE_ALLOCATION_RAM = 1;