Menu

#18 PermGen Space Error

open
nobody
None
5
2011-09-12
2011-09-12
No

When the following statements are uploaded along with Merge.kif and Mid-level-ontology.kif, it results in a PermGen Space Error. I've deduced that the offending statement is the one that declares that the domain is an &%AssociativeFn.

(instance utcOffset BinaryPredicate)
(documentation utcOffset EnglishLanguage "(&%utcOffset ?TZ ?OFFSET ?REL) means that
&%TimeZone ?TZ is &%TimeDuration ?OFFSET ahead or behind of &%CoordinatedUniversalTimeZone.
?REL is the &%AssociativeFunction used to determine if ?OFFSET is added or
subtracted from UTC time.")
(termFormat EnglishLanguage utcOffset "utc offset")

(domain utcOffset 1 TimeZone)
(domain utcOffset 2 TimeDuration)
(domain utcOffset 3 AssociativeFunction)

Discussion