Just a few questions about hard drive/Ram
Moderator: Ras
-
ChessAddict
Just a few questions about hard drive/Ram
Does the chess engine use the ram mostly when doing position searching? Does it ever revert to the hard drive?
-
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
Normally engines only use the hard drive for tablebase probing and opening book,
-
Mike S.
- Posts: 1480
- Joined: Thu Mar 09, 2006 5:33 am
Re: Just a few questions about hard drive/Ram
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.
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
-
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
And virtual memory hard disk r/w when you run out of available ram.
Jim.
Jim.
-
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
Yes, but this is exactly what you should never allow to happen, as it will slow down your engine 1000-fold or more.Jim Ablett wrote:And virtual memory hard disk r/w when you run out of available ram.
Jim.