瀏覽代碼

add back variable (#3721)

Feroze Mohideen 2 年之前
父節點
當前提交
9096078207
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      dashboard/src/main/home/app-dashboard/new-app-flow/tabs/utils.ts

+ 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;