feat: update CPU and MemoryMB values for uptime module

This commit is contained in:
Ben Martin 2024-07-27 12:26:55 +00:00
parent 9a4cfd8e8f
commit 0301fd6256
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -22,8 +22,8 @@
] ]
}, },
"Resources": { "Resources": {
"CPU": 1200, "CPU": 500,
"MemoryMB": 4096 "MemoryMB": 512
} }
} }
], ],