[Gambas-user] Memory admistration

Daniel Campos dcamposf at ...626...
Tue Oct 30 18:46:42 CET 2007


What kind of memory? Any modern O.S. uses to let programs more memory
than needed when there's not need to provide memory to other programs,
that is, you can find that a program is apparently using 200Mb even if
it is using only 100Mb, the O.S. simply reserves that memory for
possible future use of the program (if the user loads the form again,
for example) so memory allocations become faster.



2007/10/30, David Villalobos Cambronero <david_villalobos_c at ...43...>:
> Hi all,
>
>     I want to know if someone can give a small explanetion about how Gambas administrates the RAM.
>
>     I made a small aplication that has a label that shows the amount of memory used by the itself. When program starts the label shows arround 20MB. It seems normal.
>
>     Then if I open report (Form with a webbrouser that show the information of a query), the memory increases to 26MB. It seems normal.
>
>     But when I close the Form the memory used continue been 26MB or 25MB.
>
>     I just want to know how Gambas deals with memory to try to find the problem.
>
> Best regards.
>
> David
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list