Home | History | Annotate | Download | only in core

Lines Matching full:maxsize

1878   maxsize=$$(($(2) - reserve)); \
1879 if [ "$$total" -gt "$$maxsize" ]; then \
1882 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \
1883 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \