Re: Running out of process VM
Re: Running out of process VM
- Subject: Re: Running out of process VM
- From: Dave Camp <email@hidden>
- Date: Tue, 18 Apr 2006 11:29:13 -0700
On Apr 14, 2006, at 9:26 AM, M. Carlson wrote:
On Thu, 13 Apr 2006 23:21:34 -0700 John C. Randolph wrote:
64-bit OS X already exists. I run it on my G5 every day.
True, but it's fairly restricted, isn't it? I need to integrate
with QT, CIFilters, etc, so I don't see how this could be made
efficient, parcelling huge amounts of data off to another process,
there's simply too much to slog around. It "works" now (with a
single matrix) only because it's all kept in VM, but I really need
to perform transformations on 2 matrices resident in VM. If it were
all just C code, I could see it. I'll have to come up with some
more creative way...
If you don't need access to the entire data set at once, you might be
able to use mmap() to map the data from disk.
Dave
---
It's not denial. I'm just very particular about the reality I choose
to accept. -Calvin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden