loader.4th dictthreshold too small

The dictthreshold in stand/forth/loader.4th is too small
resulting in full dictionary.

Reviewed by:	stevek, imp
Sponsored by:	Juniper Networks, Inc.
Differential Revision:	https://reviews.freebsd.org/D44414
This commit is contained in:
Simon J. Gerraty 2024-03-18 16:16:29 -07:00
parent 01f3abbfcd
commit a8eb3b365e

View file

@ -61,8 +61,8 @@ s" arch-i386" environment? [if] [if]
[then]
[then] [then]
256 dictthreshold ! \ 256 cells minimum free space
2048 dictincrease ! \ 2048 additional cells each time
512 dictthreshold ! \ cells minimum free space
2048 dictincrease ! \ additional cells each time
include /boot/support.4th
include /boot/color.4th