update default memoryLimit
parent
9558c8aaca
commit
dc31f24658
|
@ -94,8 +94,8 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"php.memoryLimit": {
|
"php.memoryLimit": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "-1",
|
"default": "4G",
|
||||||
"description": "The memory limit of the php language server. [Number][K|M|G]. Use '-1' to allow unlimited use of the RAM(default).",
|
"description": "The memory limit of the php language server. [Number][K|M|G]. Use '-1' to allow unlimited use of the RAM (default is 4G).",
|
||||||
"pattern": "^\\d+[KMG]?$"
|
"pattern": "^\\d+[KMG]?$"
|
||||||
},
|
},
|
||||||
"php.executablePath": {
|
"php.executablePath": {
|
||||||
|
|
Loading…
Reference in New Issue