Skip to content

Commit 46e9781

Browse files
Steve RamageSJrX
authored andcommitted
fix: Resolves #412 remove obsolute DefaultMemoryLow/Min options
1 parent ac6a2ce commit 46e9781

1 file changed

Lines changed: 0 additions & 50 deletions

File tree

src/main/resources/net/sjrx/intellij/plugins/systemdunitfiles/semanticdata/undocumentedSectionToKeywordMap.json

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
{
22
"Mount": {
3-
"DefaultMemoryLow": {
4-
"reason": "manual",
5-
"documentationLink": "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#MemoryLow=bytes",
6-
"description": "<p><var>DefaultMemoryLow=</var> controls the 'memory.low' value of children. This setting has the same semantics as <var>MemoryLow=</var>. For details about this control attribute see <a href='https://www.kernel.org/doc/Documentation/cgroup-v2.txt'>cgroup-v2.txt</a></p>"
7-
},
8-
"DefaultMemoryMin": {
9-
"reason": "manual",
10-
"documentationLink": "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#MemoryMin=bytes",
11-
"description": "<p><var>DefaultMemoryMin=</var> controls the 'memory.min' value of children. This setting has the same semantics as <var>MemoryMin=</var>. For details about this control attribute see <a href='https://www.kernel.org/doc/Documentation/cgroup-v2.txt'>cgroup-v2.txt</a></p>"
12-
},
133
"InaccessibleDirectories": {
144
"reason": "moved",
155
"replacedWithKey": "InaccessiblePath",
@@ -27,16 +17,6 @@
2717
}
2818
},
2919
"Service": {
30-
"DefaultMemoryLow": {
31-
"reason": "manual",
32-
"documentationLink": "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#MemoryLow=bytes",
33-
"description": "<p><var>DefaultMemoryLow=</var> controls the 'memory.low' value of children. This setting has the same semantics as <var>MemoryLow=</var>. For details about this control attribute see <a href='https://www.kernel.org/doc/Documentation/cgroup-v2.txt'>cgroup-v2.txt</a></p>"
34-
},
35-
"DefaultMemoryMin": {
36-
"reason": "manual",
37-
"documentationLink": "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#MemoryMin=bytes",
38-
"description": "<p><var>DefaultMemoryMin=</var> controls the 'memory.min' value of children. This setting has the same semantics as <var>MemoryMin=</var>. For details about this control attribute see <a href='https://www.kernel.org/doc/Documentation/cgroup-v2.txt'>cgroup-v2.txt</a></p>"
39-
},
4020
"FailureAction": {
4121
"reason": "moved",
4222
"replacedWithSection": "Unit",
@@ -84,28 +64,8 @@
8464
}
8565
},
8666
"Slice": {
87-
"DefaultMemoryLow": {
88-
"reason": "manual",
89-
"documentationLink": "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#MemoryLow=bytes",
90-
"description": "<p><var>DefaultMemoryLow=</var> controls the 'memory.low' value of children. This setting has the same semantics as <var>MemoryLow=</var>. For details about this control attribute see <a href='https://www.kernel.org/doc/Documentation/cgroup-v2.txt'>cgroup-v2.txt</a></p>"
91-
},
92-
"DefaultMemoryMin": {
93-
"reason": "manual",
94-
"documentationLink": "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#MemoryMin=bytes",
95-
"description": "<p><var>DefaultMemoryMin=</var> controls the 'memory.min' value of children. This setting has the same semantics as <var>MemoryMin=</var>. For details about this control attribute see <a href='https://www.kernel.org/doc/Documentation/cgroup-v2.txt'>cgroup-v2.txt</a></p>"
96-
}
9767
},
9868
"Socket": {
99-
"DefaultMemoryLow": {
100-
"reason": "manual",
101-
"documentationLink": "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#MemoryLow=bytes",
102-
"description": "<p><var>DefaultMemoryLow=</var> controls the 'memory.low' value of children. This setting has the same semantics as <var>MemoryLow=</var>. For details about this control attribute see <a href='https://www.kernel.org/doc/Documentation/cgroup-v2.txt'>cgroup-v2.txt</a></p>"
103-
},
104-
"DefaultMemoryMin": {
105-
"reason": "manual",
106-
"documentationLink": "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#MemoryMin=bytes",
107-
"description": "<p><var>DefaultMemoryMin=</var> controls the 'memory.min' value of children. This setting has the same semantics as <var>MemoryMin=</var>. For details about this control attribute see <a href='https://www.kernel.org/doc/Documentation/cgroup-v2.txt'>cgroup-v2.txt</a></p>"
108-
},
10969
"InaccessibleDirectories": {
11070
"reason": "moved",
11171
"replacedWithKey": "InaccessiblePath",
@@ -123,16 +83,6 @@
12383
}
12484
},
12585
"Swap": {
126-
"DefaultMemoryLow": {
127-
"reason": "manual",
128-
"documentationLink": "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#MemoryLow=bytes",
129-
"description": "<p><var>DefaultMemoryLow=</var> controls the 'memory.low' value of children. This setting has the same semantics as <var>MemoryLow=</var>. For details about this control attribute see <a href='https://www.kernel.org/doc/Documentation/cgroup-v2.txt'>cgroup-v2.txt</a></p>"
130-
},
131-
"DefaultMemoryMin": {
132-
"reason": "manual",
133-
"documentationLink": "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html#MemoryMin=bytes",
134-
"description": "<p><var>DefaultMemoryMin=</var> controls the 'memory.min' value of children. This setting has the same semantics as <var>MemoryMin=</var>. For details about this control attribute see <a href='https://www.kernel.org/doc/Documentation/cgroup-v2.txt'>cgroup-v2.txt</a></p>"
135-
},
13686
"InaccessibleDirectories": {
13787
"reason": "moved",
13888
"replacedWithKey": "InaccessiblePath",

0 commit comments

Comments
 (0)