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?
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.
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.
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