Skip to content

Commit 211e611

Browse files
authored
feat: update default ram of vagrant vm
1 parent ef5f2a7 commit 211e611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ GITHUB_RUNNER_LABELS=windows,win_x64,windows_x64
77
PAT=<Replace with your personal access token>
88
ORGANIZATION_URL=<Organization url>
99
# Vagrant image settings
10-
MEMORY=50000 # 50GB
10+
MEMORY=10000 # 10GB
1111
CPU=4
1212
DISK_SIZE=100

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GITHUB_RUNNER_LABELS=windows,win_x64,windows_x64
2121
PAT=<Replace with your personal access token>
2222
ORGANIZATION_URL=<Organization url>
2323
# Vagrant image settings
24-
MEMORY=50000 # 50GB
24+
MEMORY=10000 # 10GB
2525
CPU=4
2626
DISK_SIZE=100
2727
```

0 commit comments

Comments
 (0)