whitespace
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@1587 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
parent
dad55b564c
commit
e674f4459a
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
if(argc == 2 && !strcmp(argv[1], "--benchmark")) {
|
if(argc == 2 && !strcmp(argv[1], "--benchmark")) {
|
||||||
stasis_buffer_manager_size = 2L * 1024L * 1024L * 1024L / PAGE_SIZE; // 4GB total
|
stasis_buffer_manager_size = (1024L * 1024L * 1024L * 2L) / PAGE_SIZE; // 4GB total
|
||||||
c0_size = 1024L * 1024L * 1024L * 2L;
|
c0_size = 1024L * 1024L * 1024L * 2L;
|
||||||
printf("note: running w/ 2GB c0 for benchmarking\n"); // XXX build a separate test server and deployment server?
|
printf("note: running w/ 2GB c0 for benchmarking\n"); // XXX build a separate test server and deployment server?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue