mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c44ce64ea0
- Respect ${PTHREAD_CFLAGS} - Add a pkg-message advicing the user to increase the data size limit - Cleanup the Makefile Reported by: pointyhat via kris [1]
11 lines
514 B
Plaintext
11 lines
514 B
Plaintext
===============================================================================
|
|
FlightGear may occasionally exceed the FreeBSD default maximum data size
|
|
(512 MB), resulting in a crash of the program. To avoid that situation, add
|
|
the following lines to /boot/loader.conf and reboot the system:
|
|
|
|
# set the maximum data size limit to 1 GB
|
|
kern.maxdsiz="1073741824"
|
|
# set the default data size limit to 1 GB
|
|
kern.dfldsiz="1073741824"
|
|
===============================================================================
|