From e6028e73ac47b18454ccac91951d6341f1b824b2 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Tue, 6 May 2025 23:37:05 -0600 Subject: [PATCH] feat: add alert block to ShowBuildChooseForm for resource usage guidance --- .../dashboard/application/build/show.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/apps/dokploy/components/dashboard/application/build/show.tsx b/apps/dokploy/components/dashboard/application/build/show.tsx index 16a45225..9535a318 100644 --- a/apps/dokploy/components/dashboard/application/build/show.tsx +++ b/apps/dokploy/components/dashboard/application/build/show.tsx @@ -1,3 +1,4 @@ +import { AlertBlock } from "@/components/shared/alert-block"; import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; @@ -200,6 +201,22 @@ export const ShowBuildChooseForm = ({ applicationId }: Props) => {
+ + Builders can consume significant memory and CPU resources + (recommended: 4+ GB RAM and 2+ CPU cores). For production + environments, please review our{" "} + + Production Guide + {" "} + for best practices and optimization recommendations. Builders are + suitable for development and prototyping purposes when you have + sufficient resources available. +