mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
TEST-55-OOMD: Configure init.scope credential in mkosi image
This commit is contained in:
7
test/TEST-55-OOMD/meson.build
Normal file
7
test/TEST-55-OOMD/meson.build
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
test_params += {
|
||||
'mkosi_args' : test_params['mkosi_args'] + [
|
||||
'--credential=@0@'.format(meson.current_source_dir() / 'systemd.unit-dropin.init.scope')
|
||||
]
|
||||
}
|
||||
5
test/TEST-55-OOMD/systemd.unit-dropin.init.scope
Normal file
5
test/TEST-55-OOMD/systemd.unit-dropin.init.scope
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Scope]
|
||||
MemoryHigh=infinity
|
||||
StartupMemoryHigh=10G
|
||||
Reference in New Issue
Block a user