add extra mem to pool for all archs

This commit is contained in:
zimoch
2012-08-31 15:40:39 +00:00
parent c0dbe28416
commit 00dd1206f5

View File

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