From de02159d2a99c28b7f6c63e4be51b06e1667f507 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Mon, 30 Jun 2003 04:57:09 +0000 Subject: [PATCH] Increased stack size to fix overflow on PPC --- motorApp/SoftMotorSrc/devSoftAux.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/motorApp/SoftMotorSrc/devSoftAux.cc b/motorApp/SoftMotorSrc/devSoftAux.cc index cd56d4c0..f9def69b 100644 --- a/motorApp/SoftMotorSrc/devSoftAux.cc +++ b/motorApp/SoftMotorSrc/devSoftAux.cc @@ -2,9 +2,9 @@ FILENAME... devSoftAux.cc USAGE... Motor record device level support for Soft channel. -Version: $Revision: 1.5 $ -Modified By: $Author: sluiter $ -Last Modified: $Date: 2003-06-16 15:03:12 $ +Version: $Revision: 1.6 $ +Modified By: $Author: rivers $ +Last Modified: $Date: 2003-06-30 04:57:09 $ */ /* @@ -105,7 +105,7 @@ long soft_init(void *after) soft_motor_priority = epicsThreadGetPriority(dbCaTask_tid); soft_motor_priority -= 1; - soft_motor_id = epicsThreadCreate((char *) "soft_motor", soft_motor_priority, 6000, + soft_motor_id = epicsThreadCreate((char *) "soft_motor", soft_motor_priority, 10000, (EPICSTHREADFUNC) soft_motor_task, NULL); } else