My 30 MB nb.sobj was also being saved twice a minute.  Is this a
reasonable size for this file?

After some head-scratching, I found the thread
http://tinyurl.com/aht325

which had the following commands to use at the sage command line:

sage: nb = load('/home/rob/.sage/sage_notebook/
nb.sobj',compress=False)
sage: nb.conf()['save_interval']=int
(3600)
sage: nb.save()

This seems to have halted the high frequency of the saves, but I
haven't waited an hour to see if that is what will really happen.

It still does not appear that that the setting in user_conf.py was
having any effect for me.


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to