CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2022/09/22 03:34:34

Modified files:
        graphics/gimp/snapshot: Makefile 
        graphics/gimp/stable: Makefile 
Added files:
        graphics/gimp/snapshot/patches: patch-app_core_gimp-utils_c 
                                        patch-app_main_c 
        graphics/gimp/stable/patches: patch-app_core_gimp-utils_c 
                                      patch-app_main_c 

Log message:
GIMP has various memory limits (undo, tile cache) which it sets based
on total memory in the machine, ignoring the facts that someone else might
use memory too and allocations might be limited (as done by default in
login.conf).

Adjust them to choose the lower of machine memory and RLIMIT_DATA.
While there, use setrlimit at startup to use -max instead of the soft
-cur limit (as done by various other software in base/ports).

ok namn@, looks good code-wise to stsp@

Reply via email to