Skip to content

Commit

Permalink
removed a line of test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jkstill committed Jul 13, 2016
1 parent 748d119 commit 3a841e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mem_verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ MEMINFO
echo
}

#[ "$SGA" -gt "$HUGEPAGE_BYTES" ] && {
[ "$SGA" -gt 1 ] && {
[ "$SGA" -gt "$HUGEPAGE_BYTES" ] && {
echo "Warning: Configured SGA is larger than Configured HugePages"
RECSIZE=$(( SGA / HUGEPAGE_SIZE / 1024 ))
echo " Set HugePages to $RECSIZE or more"
Expand Down

0 comments on commit 3a841e7

Please sign in to comment.