Skip to content

Commit

Permalink
restore vCPU * Memory defaults (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagadishmurugan authored Sep 3, 2024
1 parent f29a0bb commit 59c5fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/scripts/AksEdgeQuickStart/AksEdgeQuickStartForAio.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ $aksedgeConfig = @"
"Machines": [
{
"LinuxNode": {
"CpuCount": 8,
"MemoryInMB": 16384,
"CpuCount": 4,
"MemoryInMB": 10240,
"DataSizeInGB": 40,
"LogSizeInGB": 4
}
Expand Down

0 comments on commit 59c5fec

Please sign in to comment.