JavaBlog.fr / Java.lu DEVELOPMENT,Unix Unix : state of memory command free

Unix : state of memory command free

Hi,
In order to avoid the problem epxlaind in the post http://www.javablog.fr/java-outofmemoryerror-and-memory-checker.html, there is an useful unix command free -tm:

The values ​​are in MB, Mem is the actual RAM, Swap (specific to Unix) only serves to supplement the RAM (That is the ROM which serves RAM when needed).

myAccount@javablogServer:~> free -tm
total used free shared buffers cached
Mem: 2011 1783 228 0 43 1658
-/+ buffers/cache: 80 1930
Swap: 1023 36 987
Total: 3035 1819 1215

Best regards,

Leave a Reply

Your email address will not be published.

Time limit is exhausted. Please reload CAPTCHA.

Related Post

Documentum : BOF – SBO (Service based Business Object) – NoSuchMethodException – JAVA reflectionDocumentum : BOF – SBO (Service based Business Object) – NoSuchMethodException – JAVA reflection

Hello, After my previous post http://www.javablog.fr/documentum-bof-sbo-service-based-business-object-tbo-type-based-business-object-aspects.html, just a mini post related an error java.lang.NoSuchMethodException which occurs when the use of a SBO’s method whereas it exists. Basically in JAVA, the