Re: How to split a big file ?
Re: How to split a big file ?
- Subject: Re: How to split a big file ?
- From: Damien Bobillot <email@hidden>
- Date: Mon, 20 Mar 2006 18:01:27 +0100
Paul J. Lucas wrote :
On Mon, 20 Mar 2006, Michaël Parrot wrote:
I would like split file with 10MB (or more) segment.
But, when split 250MB or more datas, OS X swap and use more RAM.
Also, I try it with split command.
How I can reduce this memory usage ?
While this has nothing to do with Cocoa:
man mmap
You get exactly the same functionalities with +[NSData
dataWithContentsOfMappedFile:], it's just more cocoa.
--
Damien Bobillot
_______________________________________________
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