projects
/
platform
/
core
/
uifw
/
isf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fbbb71
)
MemoryLimit has been replaced by MemoryMax
40/312140/1
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 13:36:50 +0000
(15:36 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 4 Jun 2024 13:36:50 +0000
(15:36 +0200)
The MemoryLimit option is marked as deprecated in systemd and needs to
be changed to MemoryMax in unit files.
Change-Id: Ic569295e8a26a0f192961039c4af440c723ae4fe
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/engine-loader.service
patch
|
blob
|
history
diff --git
a/packaging/engine-loader.service
b/packaging/engine-loader.service
index
a8517c7
..
f6f38b8
100644
(file)
--- a/
packaging/engine-loader.service
+++ b/
packaging/engine-loader.service
@@
-10,7
+10,7
@@
SmackProcessLabel=System
ExecStart=/usr/bin/ise-engine-loader
Restart=on-failure
RestartSec=2
-Memory
Limit
=30M
+Memory
Max
=30M
[Install]
WantedBy=multi-user.target