import { MachineIcon } from "~/assets/icons/MachineIcon"; import { docsPath } from "~/utils/pathBuilder"; import { LinkButton } from "./primitives/Buttons"; import { Header3 } from "./primitives/Headers"; import { Paragraph } from "./primitives/Paragraph"; import { BookOpenIcon } from "@heroicons/react/20/solid"; export function MachineTooltipInfo() { return (
No machine yet
The machine is set at the moment the run is dequeued.
Micro
The smallest and cheapest machine available.
Small 1x & 2x
Smaller machines for basic workloads. Small 1x is the default machine.
Medium 1x & 2x
Medium machines for more demanding workloads.
Large 1x & 2x
Larger machines for the most demanding workloads such as video processing. The larger the machine, the more expensive it is.
Read docs
); }