Re: Keep a file in memory an any cost
- From: JD <jd1008@xxxxxxxxx>
- Date: Wed, 11 May 2011 11:47:20 -0700
On 05/11/11 11:19, Alain Spineux wrote:
Hello I have a file, that is an index, it is open all the time by theThere is a kernel facility that nails pages to memory so that
application,
but sometime the access are slow because the file was moved out of the cache.
How can I keep it in memory all the time ?
I can read it at regular interval, but this is a little over kill ?
Any idea
thanks.
they are not paged out (such as for DMA purposes).
But I do not know if such a facility is accessible directly from
any userland calls via libc.
BSD used to have a vadvise() call to accomplish such a feat.
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
- Follow-Ups:
- Re: Keep a file in memory an any cost
- From: Bryn M. Reeves
- Re: Keep a file in memory an any cost
- References:
- Keep a file in memory an any cost
- From: Alain Spineux
- Keep a file in memory an any cost
- Prev by Date: Re: Best FOSS alternative for skype?
- Next by Date: Re: Keep a file in memory an any cost
- Previous by thread: Re: Keep a file in memory an any cost
- Next by thread: Re: Keep a file in memory an any cost
- Index(es):
Relevant Pages
|