Skip to content

Commit f2ad96b

Browse files
authored
Update machines.mdx
1 parent e9d50c9 commit f2ad96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v3/machines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const heavyTask = task({
1717
});
1818
```
1919

20-
The default machine is `small-1x` which has 1 vCPU and 1 GB of RAM. You can change the default machine in your `trigger.config.ts` file:
20+
The default machine is `small-1x` which has 0.5 vCPU and 0.5 GB of RAM. You can change the default machine in your `trigger.config.ts` file:
2121

2222
```ts trigger.config.ts
2323
import type { TriggerConfig } from "@trigger.dev/sdk/v3";

0 commit comments

Comments
 (0)