Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Solaris Core Dump Maximums
Name: Oscar Martinez Date: September 26, 2001 at 11:01:01 Pacific
Comment:
Does Anyone know what is the maximum core dump size allowed in solaris (2.6 or 5.8). I am not looking for the user specified limit but rather the solaris maximum limits.
Name: Jo Date: October 5, 2001 at 13:08:38 Pacific
Reply:
I don't think there is a limit (we had a server here that was crashing and dumping every 11.5 hours, and it just filled up its filesystem with vmcores). You can use /usr/sbin/dumpadm to set a minfree value which will be the minimum free space that must be maintained on a file system (meaning that a vmcore can't be saved if there isn't enough space). But that pertains to crash dumps, not core files, so I'm not sure if that answers your question or not.
0
Response Number 2
Name: Jo Date: October 8, 2001 at 10:00:01 Pacific
Reply:
Add a line to /etc/system that reads: set sys:coredumpsize = # (Where # can be whatever size you choose for maximum core size)
0
Response Number 3
Name: Greck Cannon Date: March 22, 2002 at 17:52:55 Pacific
Reply:
You can also use coreadm(1M) to disable them entirely.
Summary: I am using gcc compiler in Solaris.It is core dumping randomly in the same place.But after recycling the port and if i run the request again , the same request is working fine.Is there any problem wit...
Summary: Solaris 8 CD images downloaded from Sun ver 2/02 UltraSparc 1 64M RAM Install makes it into X Windows ok... I get the Solaris Install Console. I go through the network config screens and get the "Jus...
Summary: Hello! I have one problem with core dumps on Solaris. When application crashes, system generate short core dump (only 6k...15k denpens on app size). ulimit -a gives: core file size (blocks) unlimi...