mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
memlock
This commit is contained in:
parent
ec29b6a365
commit
80fbf93d6a
1 changed files with 4 additions and 1 deletions
|
|
@ -62,7 +62,10 @@ in {
|
|||
};
|
||||
archivist-redis = {
|
||||
image = "redis";
|
||||
extraOptions = ["--ip=10.88.0.15"];
|
||||
extraOptions = [
|
||||
"--ip=10.88.0.15"
|
||||
"--ulimit=memlock=-1:-1"
|
||||
];
|
||||
volumes = [
|
||||
"${volumePath}/tubearchivist/redis:/data"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue