Skip to content

Commit

Permalink
Fix in theta-start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 14, 2024
1 parent aca4930 commit 9e542df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/theta-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9e542df

Please sign in to comment.