From 9e542dfee9f315bb8bd14f5b26dbfbb1bc602533 Mon Sep 17 00:00:00 2001 From: Levente Bajczi Date: Thu, 14 Nov 2024 21:44:58 +0100 Subject: [PATCH] Fix in theta-start.sh --- scripts/theta-start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/theta-start.sh b/scripts/theta-start.sh index fcf6321a18..2cf0cc4eac 100755 --- a/scripts/theta-start.sh +++ b/scripts/theta-start.sh @@ -21,7 +21,6 @@ determine_memlimit() { if [[ -f "$cgroup_file" ]]; then memory_cgroup=$(grep memory "$cgroup_file" | cut -d: -f3) if [[ ! -z "$memory_cgroup" ]]; then - echo $memory_cgroup memory_limit_file="/sys/fs/cgroup/memory${memory_cgroup}/memory.limit_in_bytes" if [[ -f "$memory_limit_file" ]]; then cat "$memory_limit_file"