|
|
@@ -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
|