Salome HOME
precise comment
authoreap <eap@opencascade.com>
Fri, 9 Nov 2012 10:20:59 +0000 (10:20 +0000)
committereap <eap@opencascade.com>
Fri, 9 Nov 2012 10:20:59 +0000 (10:20 +0000)
src/SMDS/SMDS_MemoryLimit.cxx

index 8df52064a4a0b199e09f124e2f70c285f513f38a..2bcf1a5d4ca6acf9c3afd57e2fe7b9726ed76146 100644 (file)
@@ -22,8 +22,8 @@
 // Author    : Edward AGAPOV (eap)
 // Executable to find out a lower RAM limit (MB), i.e. at what size of freeRAM
 // reported by sysinfo, no more memory can be allocated.
-// This is not done inside a function of SALOME because allocated memory is not returned
-// to the system. (PAL16631)
+// This is not done inside a function of SALOME because allocated memory is not always
+// returned to the system. (PAL16631)
 //
 #ifndef WIN32
 #include <sys/sysinfo.h>