snp24 driver still needs reduced memory size

This commit is contained in:
zimoch
2014-05-07 09:37:03 +00:00
parent 0c32de1f33
commit c5ec7ec0fe

View File

@@ -44,8 +44,10 @@ putenv("EPICS_TS_NTP_INET=129.129.190.1")
# Release memory above 32 MB
# Code loaded after this must be compiled with -mlongcall
memAddToPool (sysMemTop(),sysPhysMemTop()-sysMemTop())
EXTENDED_MEMORY=0
# at the moment snp24 does not work with this
#memAddToPool (sysMemTop(),sysPhysMemTop()-sysMemTop())
#EXTENDED_MEMORY=0
EXTENDED_MEMORY=sysPhysMemTop()-sysMemTop()
#Load EPICS version dependent script
sprintf (STRINGBUFFER, "%s/iocBoot/startup/EPICS_%s", INSTBASE, EPICS)