Ignore:
Timestamp:
Jun 9, 2009, 10:07:16 AM (15 years ago)
Author:
mitchb
Message:
Provide enough memory for java to spit out its usage message
Java has become an insanely memory-hungry hog and requires
the virtual memory address space limits to be raised beyond
anything sane.  Bump the "as" limit in limits.conf from 1GB
to 1.25GB, and the "RLimitMEM" directive in httpd.conf from
0.5GB to 1.25GB.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc11-dev/server/fedora/config/etc/security/limits.conf

    r1179 r1180  
    4747*                -       rss             524268
    4848*                -       data            1048576
    49 *                -       as              1048576
     49*                -       as              1310720
    5050
    5151#*               soft    core            0
Note: See TracChangeset for help on using the changeset viewer.