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:
sears 2011-01-11 22:05:52 +00:00
parent dad55b564c
commit e674f4459a

View file

@ -27,8 +27,8 @@ int main(int argc, char *argv[])
}
if(argc == 2 && !strcmp(argv[1], "--benchmark")) {
stasis_buffer_manager_size = 2L * 1024L * 1024L * 1024L / PAGE_SIZE; // 4GB total
c0_size = 1024L * 1024L * 1024L * 2L;
stasis_buffer_manager_size = (1024L * 1024L * 1024L * 2L) / PAGE_SIZE; // 4GB total
c0_size = 1024L * 1024L * 1024L * 2L;
printf("note: running w/ 2GB c0 for benchmarking\n"); // XXX build a separate test server and deployment server?
}