On May 14, 5:56 pm, Suresh Jeevanandam <[EMAIL PROTECTED]> wrote:
<SNIP>

> Michael,
>  I am on linux but the directory is mounted on NFS.
>  I will try out commenting all.py imports.

You will likely see a huge gain in start up time by moving Sage to /
tmp locally. For some reason ld+NFS sucks, my guess is that the
libraries aren't cached, so things go back and forth for each library.
Starting Sage with a warm cache takes less than two seconds for me on
a local filesystem and six to ten via NFS on a similar box. Reducing
the number of imports might help you to some extend, but you will
break functionality that you might want to use later. Just remember to
keep a copy of the original all.py around in case you need to revert
the changes :)

>  Thanks a lot.
>
> Cheers :)
> Suresh

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to