Skip to content

Commit

Permalink
slowio: Set memory to 4GB on icebear
Browse files Browse the repository at this point in the history
proxmox-backup on icebear runs into oom, too, for /home/rahn. No idea
why, but increase memory anyway.
  • Loading branch information
donald committed Jan 3, 2023
1 parent dcb30df commit cda9d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slowio/slowio-mem-control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/bash

case "$(hostname -s)" in
ex|pummelfee|snugglebites|bloodwing|tldr|ellie)
ex|pummelfee|snugglebites|bloodwing|tldr|ellie|icebear)
mkdir -p "$1/slowio.slice.d"
cat > "$1/slowio.slice.d/dynamic_memory.conf" <<- '_EOF_'
[Slice]
Expand Down

0 comments on commit cda9d8e

Please sign in to comment.