diff --git a/packages/playground/src/components/algorand_capacity.vue b/packages/playground/src/components/algorand_capacity.vue index 078104d4c7..ad5b69a76b 100644 --- a/packages/playground/src/components/algorand_capacity.vue +++ b/packages/playground/src/components/algorand_capacity.vue @@ -66,6 +66,14 @@ /> + + + Please check the required + + hardware requirements + + before deciding to deploy a new Algorand instance. + @@ -88,8 +96,8 @@ const storageInput = ref(); const custom = ref(false); -const cpu = ref(2); -const memory = ref(4096); +const cpu = ref(8); +const memory = ref(16384); const storage = ref(100); watch(cpu, cpu => emits("update:cpu", cpu), { immediate: true });