Commit d86a297d authored by Klaus Wölfel's avatar Klaus Wölfel

Increase chunksize

parent 6c4d4c56
......@@ -67,7 +67,7 @@ public class NoneBinParserPlugin
PluginTask task = taskSource.loadTask(PluginTask.class);
FileInputInputStream dataIn = new FileInputInputStream(input);
PageBuilder pageBuilder = new PageBuilder(Exec.getBufferAllocator(), schema, output);
int chunksize = 1024 * 1024 * 10;
int chunksize = 1024 * 1024 * 100;
while( input.nextFile() ){
byte[] pathBytesArray = new byte[MAX_NAME_LENGTH];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment