#REFACTORING by stefan
authorStefan Vogel <sv@exept.de>
Fri, 03 Mar 2017 09:22:00 +0100
changeset 21622 0feeeed4f432
parent 21621 0712ebc6d6cf
child 21623 0fd2de531f9a
#REFACTORING by stefan class: ObjectMemory comment/format in: #maxOldSpace changed: #memoryInterrupt (send #signalForAll instead of #signalIf)
ObjectMemory.st
--- a/ObjectMemory.st	Thu Mar 02 21:24:17 2017 +0100
+++ b/ObjectMemory.st	Fri Mar 03 09:22:00 2017 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -3336,7 +3334,7 @@
 maxOldSpace
     "return the maxOldSpace value. If non-zero, that's the limit for which the
      VM will try hard to not allocate more oldSpace memory. (its not a hard limit)
-     If zero, it will allocate forever (until the OS wont hand out more).
+     If zero, it will allocate forever (until the OS won't hand out more).
      The default is zero."
 
 %{  /* NOCONTEXT */
@@ -3348,6 +3346,8 @@
     "
      ObjectMemory maxOldSpace
     "
+
+    "Modified (comment): / 02-03-2017 / 17:00:19 / stefan"
 !
 
 maxOldSpace:amount
@@ -4460,9 +4460,10 @@
 "/    self error:'almost out of memory'
     'ObjectMemory [warning]: almost out of memory' errorPrintCR.
 
-    LowSpaceSemaphore signalIf.
-
-    "Modified: 10.1.1997 / 17:59:31 / cg"
+    LowSpaceSemaphore signalForAll.
+
+    "Modified: / 10-01-1997 / 17:59:31 / cg"
+    "Modified: / 02-03-2017 / 17:31:22 / stefan"
 !
 
 performLowSpaceCleanup