Re: Java core dump size
From: Bob Bailin (72027.3605_at_compuserve.com)
Date: 10/27/04
- Next message: Jean-Pierre Radley: "Re: Remote Printing on 5.0.7"
- Previous message: Pat Welch: "Re: Remote Printing on 5.0.7"
- In reply to: Jean-Pierre Radley: "Re: Java core dump size"
- Next in thread: Jean-Pierre Radley: "Re: Java core dump size"
- Reply: Jean-Pierre Radley: "Re: Java core dump size"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 27 Oct 2004 20:12:03 GMT
"Jean-Pierre Radley" <jpr@jpr.com> wrote in message
news:20041027172454.GA21278@jpradley.jpr.com...
> Bob Bailin typed (on Wed, Oct 27, 2004 at 05:04:33PM +0000):
> | I'm trying to get the Java version of BackupEdge's edgemenu
> | program to work from an X-Windows session.
>
> I think Tom Podnar once wrote me that it just doesn't (yet) work on OSR 5.
Yeah, they're still trying. Not exactly a high priority project because
you can always get in thru a browser. But I am concerned that an
innocuous java applet can quickly bring a system to its knees by
dumping core and filling the root filesystem on a standard configuration.
>
> [ ... ]
>
> | Does Openserver 5.0.7 have a way to limit the size of core dumps?
> |
> | Why would the core file be larger than physical memory (512MB)?
> | Why would the virtual memory be at least 771MB for a Java app?
>
> AFAIK, core dumps are limited only by the ulimit.
>
> But you do have a lot of control over whether core dumps exist at all,
> what they are called, and even if they should all get written in a
> specified directory, e,g, /var/adm/coredumps. Read all about it in
> /etc/conf/pack.d/kernel/space.c, starting at line 344.
Wow, lots of extremely useful information, especially the ability
to uniquely name and locate your core files. No more periodic
find / -name core to clean up errant programs! (Although I was
surprised that certain gnu/java system library directories are unwisely
named 'core', presumably because they comprise the core files
of the product.)
I also see no reason not to send core files to a non-root fs, since
I can't restrict ulimit on this system.
Bob
- Next message: Jean-Pierre Radley: "Re: Remote Printing on 5.0.7"
- Previous message: Pat Welch: "Re: Remote Printing on 5.0.7"
- In reply to: Jean-Pierre Radley: "Re: Java core dump size"
- Next in thread: Jean-Pierre Radley: "Re: Java core dump size"
- Reply: Jean-Pierre Radley: "Re: Java core dump size"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|