1#!/usr/bin/env bash
2#
3# This file is part of PerconaFT.
4# Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
5#
6
7if [[ $# -ne 1 ]]; then exit 1; fi
8
9bin=$1; shift
10
11set -e
12
13$bin -a -thread_stack 16384
14$bin -a -thread_stack 16384 -resume
15