Skip to content

Commit

Permalink
CA-39538: make sure that squeezed will dump core if it crashes.
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <dave.scott@eu.citrix.com>
  • Loading branch information
David Scott committed Mar 30, 2010
1 parent ede42ca commit 5e4a6b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/init.d-squeezed
Expand Up @@ -28,6 +28,9 @@ if [ -e /var/xapi/xiu-xc ]; then
export XIU=/var/xapi/xiu
fi

# Enable core dumping
ulimit -c unlimited

start() {
echo -n $"Starting the memory ballooning daemon: "

Expand Down

0 comments on commit 5e4a6b6

Please sign in to comment.