bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ignored note


From: Erik Sandberg
Subject: Re: Ignored note
Date: Tue, 26 Feb 2002 00:45:41 +0100

> Erik, try to start the program python and send us the output
>
> of the following commands:

>>> import os
>>> os.system('ulimit -a')
core file size        (blocks, -c) 0
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
max locked memory     (kbytes, -l) unlimited
max memory size       (kbytes, -m) unlimited
open files                    (-n) 1024
pipe size          (512 bytes, -p) 8
stack size            (kbytes, -s) unlimited
cpu time             (seconds, -t) unlimited
max user processes            (-u) 256
virtual memory        (kbytes, -v) unlimited
0
>>> import resource
>>> resource.setrlimit(resource.RLIMIT_STACK, (-1,-1))
>>> os.system('ulimit -a')
core file size        (blocks, -c) 0
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
max locked memory     (kbytes, -l) unlimited
max memory size       (kbytes, -m) unlimited
open files                    (-n) 1024
pipe size          (512 bytes, -p) 8
stack size            (kbytes, -s) unlimited
cpu time             (seconds, -t) unlimited
max user processes            (-u) 256
virtual memory        (kbytes, -v) unlimited
0
>>> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]