Skip to content

Commit

Permalink
memory
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Jan 16, 2024
1 parent ee29486 commit 8747199
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install.ztnet/bash/ztnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@ silent() {
if [ $status -ne 0 ]; then
# Check for "heap out of memory" error in the output
if echo "$output" | grep -q "heap out of memory"; then
# Handle the specific "heap out of memory" error
handle_memory_error $BASH_LINENO "$command" "$status" "$output"
else
# Handle general errors
failure $BASH_LINENO "$command" "$status" "$output"
fi
Expand Down

0 comments on commit 8747199

Please sign in to comment.