Home » Questions » Computers [ Ask a new question ]

bash: ulimit: core file size: cannot modify limit: Operation not permitted

bash: ulimit: core file size: cannot modify limit: Operation not permitted

Fedora 12 gcc 4.4.1

Asked by: Guest | Views: 285
Total answers/comments: 1
Guest [Entry]

"Grep for a hard limit setting in your bash initialization files. From the bash man page.

A hard limit cannot be increased once it is set; a soft limit may be increased up to the value of the hard limit.

The hard limit is set via the ulimit -H flag. It may be set in /etc/bash* or /etc/profile* files. Look for a ulimit -Hc setting."