Hi Volker!

On Tue, Mar 03, 2015 at 02:23:47PM -0800, Volker Braun wrote:
>    I'm guessing you are hitting resource limits, e.g. compare "ipcs -l"
>    inside and outside of the docker container.

Thanks for the tip!

There does not seem to be a major difference though; just a few less
queues system wide:

    root@sage:~# docker run sagemath/sage ipcs -l  > inside
    root@sage:~# ipcs -l > outside
    root@sage:~# diff outside inside
    1a2,6
    > ------ Messages Limits --------
    > max queues system wide = 1285
    > max size of message (bytes) = 8192
    > default max size of queue (bytes) = 16384
    > 
    14,18d18
    < 
    < ------ Messages Limits --------
    < max queues system wide = 1542
    < max size of message (bytes) = 8192
    < default max size of queue (bytes) = 16384

I would have guessed the test would not be a big resource hog either.

>    Afair my image passed doctests on my machine, though that machine
>    is still boxed up in my closet right now...

Ok!

Cheers,
                                Nicolas
--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to