OK, so we have a once a month file that can be anywhere from 400mb to 4gb from a trading partner (recieve transaction). I discovered that Mercator choked on the last file of 400MB, so I want to play with the pageCount and PageSize settings.
Default is:
PageSize - 64KB (max of 1024)
PageCount - 8 (max size of 9999)
Would I have to simply calculate pageSize X pageCount = 400MB or are there other ways to take care of this?
Default is:
PageSize - 64KB (max of 1024)
PageCount - 8 (max size of 9999)
Would I have to simply calculate pageSize X pageCount = 400MB or are there other ways to take care of this?