Skip to content

Commit 3cae924

Browse files
Martin MetsojaMartin Metsoja
Martin Metsoja
authored and
Martin Metsoja
committed
resources cpu change
1 parent fa6a430 commit 3cae924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/ResourceManager.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default {
190190
return;
191191
}
192192
let settingsJSON = JSON.parse(data);
193-
settingsJSON.cpus = processors;
193+
settingsJSON.Cpus = processors;
194194
settingsJSON.MemoryMiB = memory;
195195
const updatedSettings = JSON.stringify(settingsJSON, null, 2);
196196
fs.writeFile(dockerSettingsPath, updatedSettings, "utf-8", (err) => {

0 commit comments

Comments
 (0)