[Qgis-user] Failing to open a valid shp file
Jeremy Dunck
jdunck at gmail.com
Fri Apr 13 10:25:35 PDT 2012
On Fri, Apr 13, 2012 at 10:24 AM, Jeremy Dunck <jdunck at gmail.com> wrote:
> On Fri, Apr 13, 2012 at 1:38 AM, Jürgen E. <jef at norbit.de> wrote:
>> Hi Jeremy,
>>
>> On Thu, 12. Apr 2012 at 18:35:10 -0700, Jeremy Dunck wrote:
>>> $ ulimit
>>> unlimited
>>
>> There are several limits. What does the mac ulimit show by default?
>> On Linux I'd do `ulimit -n` for the open file limit or `ulimit -a` for all.
>> Not sure if it's the same on OS X.
>
> Good point:
>
> $ 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) 2560
> pipe size (512 bytes, -p) 1
> stack size (kbytes, -s) 8192
> cpu time (seconds, -t) unlimited
> max user processes (-u) 709
> virtual memory (kbytes, -v) unlimited
>
> Still, I think William is on the right path - the launchd does appear
> to be the enforcer.
Sorry, I meant to include the launchctl output as well:
$ launchctl limit
cpu unlimited unlimited
filesize unlimited unlimited
data unlimited unlimited
stack 8388608 67104768
core 0 unlimited
rss unlimited unlimited
memlock unlimited unlimited
maxproc 709 1064
maxfiles 1024 1024
(Note, this is after applying his suggestion of 1024.
More information about the Qgis-user
mailing list