Just a few questions about hard drive/Ram

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

ChessAddict

Just a few questions about hard drive/Ram

Post by ChessAddict »

Does the chess engine use the ram mostly when doing position searching? Does it ever revert to the hard drive?
User avatar
hgm
Posts: 28418
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Just a few questions about hard drive/Ram

Post by hgm »

Normally engines only use the hard drive for tablebase probing and opening book,
User avatar
Mike S.
Posts: 1480
Joined: Thu Mar 09, 2006 5:33 am

Re: Just a few questions about hard drive/Ram

Post by Mike S. »

The only other things which come to mind are:

1. Some engines write to a logfile after each move. That can be quite annoying if your HD is loud, but in almost all cases it should be possible to switch it off in the ini file.

2. Some engines write to a learnfile, but not constantly (not after each move).

Both does not cause big HD activity.
Regards, Mike
User avatar
Jim Ablett
Posts: 2366
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: Just a few questions about hard drive/Ram

Post by Jim Ablett »

And virtual memory hard disk r/w when you run out of available ram.

Jim.
User avatar
hgm
Posts: 28418
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Just a few questions about hard drive/Ram

Post by hgm »

Jim Ablett wrote:And virtual memory hard disk r/w when you run out of available ram.

Jim.
Yes, but this is exactly what you should never allow to happen, as it will slow down your engine 1000-fold or more.