snp24 driver still needs reduced memory size
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user