mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
Auto configure memory. (#24474)
This commit is contained in:
@@ -2712,8 +2712,8 @@
|
||||
"autoConfigureMemory": {
|
||||
"title": "Auto Configure Max Old Space Size",
|
||||
"description": "Automatically configure Node.js memory limits",
|
||||
"markdownDescription": "Automatically configure Node.js memory limits\n\n- Category: `Advanced`\n- Requires restart: `yes`\n- Default: `false`",
|
||||
"default": false,
|
||||
"markdownDescription": "Automatically configure Node.js memory limits\n\n- Category: `Advanced`\n- Requires restart: `yes`\n- Default: `true`",
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"dnsResolutionOrder": {
|
||||
|
||||
Reference in New Issue
Block a user