Skip to content

Commit 6baf8b9

Browse files
committed
Update the default parameters
1 parent 8f73146 commit 6baf8b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libCacheSim/cache/eviction/S4FIFO.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ typedef struct {
3636
} S4FIFO_params_t;
3737

3838
static const char *DEFAULT_CACHE_PARAMS =
39-
"small-size-ratio=0.10,ghost-size-ratio=0.90,move-to-main-threshold=2,small-skip-ratio=0,ghost-to-main-threshold=2";
39+
"small-size-ratio=0.10,ghost-size-ratio=0.90,move-to-main-threshold=2,small-skip-ratio=0,ghost-to-main-threshold=0";
4040

4141
// ***********************************************************************
4242
// **** ****

0 commit comments

Comments
 (0)