Home | History | Annotate | Download | only in core

Lines Matching full:maxsize

1695   maxsize=$$(($(2) - reserve)); \
1696 if [ "$$total" -gt "$$maxsize" ]; then \
1699 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \
1700 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \