Skip to content

Commit

Permalink
Adjust the number of cores in a socket. There are 32 cores in our tes…
Browse files Browse the repository at this point in the history
…tbed.
  • Loading branch information
yulistic committed Jun 19, 2024
1 parent 2720e9a commit 809fe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/include/linux/htmm.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define DEFERRED_SPLIT_ISOLATED 1

#define BUFFER_SIZE 32 /* 128: 1MB */
#define CPUS_PER_SOCKET 20
#define CPUS_PER_SOCKET 32
#define MAX_MIGRATION_RATE_IN_MBPS 2048 /* 2048MB per sec */


Expand Down

0 comments on commit 809fe1a

Please sign in to comment.