my $stack = $thr->get_stack_size() + 1024; $thr->set_stack_size($stack) if $stack <= 2048;