Browse Source

CPU & RAM-hotfix (#3459)

sdess09 2 years ago
parent
commit
5b5544abc5

+ 1 - 1
dashboard/src/main/home/app-dashboard/new-app-flow/ServiceContainer.tsx

@@ -35,7 +35,7 @@ const ServiceContainer: React.FC<ServiceProps> = ({
 }) => {
   const [height, setHeight] = React.useState<Height>("auto");
 
-  const UPPER_BOUND = .75;
+  const UPPER_BOUND = .5;
 
   const [maxCPU, setMaxCPU] = useState(2 * UPPER_BOUND); //default is set to a t3 medium 
   const [maxRAM, setMaxRAM] = useState(4 * UPPER_BOUND); //default is set to a t3 medium