My system: Windows 8 x64, Maple 17.01 x64.

After launching Maple we have a process maple.exe (C:\Program Files\Maple 17\jre\bin\maple.exe) that consumes approximately 80MB.

We run the following piece of code:

>restart;
>for i to 1000 do
>factorial(300);
>end do;

After running for the first time of this code the process maple.exe consumes 100.5MB
After second running of this code the process maple.exe consumes 111.6MB
third running --- 122.4MB
and so on...

When maple.exe consumes approximately 1000MB Maple hangs up.

PS

This example is presented just for the problem demonstration. My task is a bit complicated and the problem is really notable. So I need to restart Maple regularly that is annoying a bit.


Please Wait...