Skip to content
Snippets Groups Projects
Commit e12f3154 authored by Swapnil Bawaskar's avatar Swapnil Bawaskar
Browse files

adding javadocs

parent e5586a34
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,14 @@ import java.io.InputStreamReader;
import com.gemstone.gemfire.cache.util.ObjectSizer;
import com.yahoo.ycsb.workloads.CoreWorkload;
/**
* Utility to help figure out the number of entries to be
* inserted to fill the heap to a certain percentage. The
* output provided does <i>not</i> consider redundant copies.
*
* @author Swapnil Bawaskar (sbawaska at vmware)
*
*/
public class ConfigHelper {
public static void main(String[] args) throws IOException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment