How do I get the available memory with a maple command?

Hi,

I want to know how much memory Maple "sees" as available on command line execution. How can I get the information that appears on the classic worksheet as "Bytes" and "Available" with a Maple command?

Thanks

gkokovidis's picture

mem usage

Take a look at the help pages for the kernelopts command.

>?kernelopts

 

Regards,
Georgios Kokovidis
Dräger Medical


I was playing with them

I was playing with them before writing, on the GUI. however the numbers I get back does not correspond to the numbers on the Maple bar, in the lower part of the screen.

 

Not available

 

The amount of  "available" memory on the system is not accessable in Maple code.  That value is something that the classic GUI calculates on its own.  The only memory values that are accessable in Maple code are those available through kernelopts.

Darin

-- Kernel Developer Maplesoft

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}