We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae396f7 commit 0c90031Copy full SHA for 0c90031
docs/v3/machines.mdx
@@ -17,7 +17,7 @@ export const heavyTask = task({
17
});
18
```
19
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:
+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:
21
22
```ts trigger.config.ts
23
import type { TriggerConfig } from "@trigger.dev/sdk/v3";
0 commit comments