mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
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:
parent
01f3abbfcd
commit
a8eb3b365e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue