Skip to content

Commit 88f4e82

Browse files
committed
chore: wip
1 parent b37457e commit 88f4e82

File tree

5 files changed

+392
-414
lines changed

5 files changed

+392
-414
lines changed

config/cloud.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const tsCloud: TsCloudConfig = {
9898
*/
9999
compute: {
100100
instances: 1,
101-
size: 'micro', // Provider-agnostic: 'nano', 'micro', 'small', 'medium', 'large', 'xlarge', '2xlarge'
101+
size: 'small', // Provider-agnostic: 'nano', 'micro', 'small', 'medium', 'large', 'xlarge', '2xlarge' (small = 2GB RAM, needed for bun install)
102102
disk: {
103103
size: 20,
104104
type: 'ssd', // Provider-agnostic: 'standard', 'ssd', 'premium'

0 commit comments

Comments
 (0)