From 53e8ae5c423d49be15d35affdc9189e3ed36f8bb Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Fri, 27 Feb 2004 23:11:08 +0000
Subject: [PATCH] set EPICS_CA_MAX_ARRAY_BYTES

---
 start_epics_xxx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/start_epics_xxx b/start_epics_xxx
index bfc9f37..7fd7088 100755
--- a/start_epics_xxx
+++ b/start_epics_xxx
@@ -11,4 +11,8 @@ setenv MEDM_HELP_URL "http://www.aps.anl.gov/xfd/WWW/xfd/bcda/medm_help"
 #setenv EPICS_CA_ADDR_LIST "164.54.53.126"
 
 cd $EPICS_APP/xxxApp/op/adl
+# This should agree with the environment variable set by the ioc
+# see 'putenv "EPICS_CA_MAX_ARRAY_BYTES=64008"' in iocBoot/ioc<target>/st.cmd
+EPICS_CA_MAX_ARRAY_BYTES=64008
+
 medm xxx.adl&
-- 
GitLab