I have used ram disks on slaves, since the master is already persisted.
On Sun, Feb 27, 2011 at 7:00 PM, Nick Jenkin wrote:
> You could also try using a ram disk,
> mkdir /var/ramdisk
> mount -t tmpfs none /var/ramdisk -o size=m
>
> Obviously, if you lose power you will lose everything..
>
>
You could also try using a ram disk,
mkdir /var/ramdisk
mount -t tmpfs none /var/ramdisk -o size=m
Obviously, if you lose power you will lose everything..
On Mon, Feb 28, 2011 at 11:37 AM, Lance Norskog wrote:
> This sounds like a great idea but rarely works out. Garbage collection
> has to
This sounds like a great idea but rarely works out. Garbage collection
has to work around the data stored in memory, and most of the data you
want to hit frequently is in the indexed and cached. The operating
system is very smart about keeping the popular parts of the index in
memory, and there is
How to use this?
Bill Bell
Sent from mobile
On Feb 24, 2011, at 7:19 AM, Koji Sekiguchi wrote:
> (11/02/24 21:38), Andrés Ospina wrote:
>>
>> Hi,
>>
>> My name is Felipe and i want to use the index main of solr in RAM memory.
>>
>> How it's possible? I have solr 1.4
>>
>> Thank you!
>>
>>
(11/02/24 21:38), Andrés Ospina wrote:
Hi,
My name is Felipe and i want to use the index main of solr in RAM memory.
How it's possible? I have solr 1.4
Thank you!
Felipe
Welcome Felipe!
If I understand your question correctly, you can use RAMDirectoryFact
Hi,
My name is Felipe and i want to use the index main of solr in RAM memory.
How it's possible? I have solr 1.4
Thank you!
Felipe