How do I adjust the block size in Vault. I'm getting errors like this ingesting files:
The block size referenced tells Vault how much RAM to pre-allocate for each document. So it is important not to set too high a value for this, otherwise Vault might use too much memory.
However, to set the blocksize you'd add this value to the profile of the document in question:
12:27:40 have journal [G:\Work\btel_b_afp_20131001151426.jrn], waiting for compressed file
12:27:40 compressing [G:\Work\btel_b_afp_20131001151426.afp] profile [TEL_B_Pfile] format [AFP]
0 10 20 30 40 50 60 70 80 90 100
| | | | | | | | | | |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
12:28:07 pages: [16467] total read: [162345790] total written: [17732056] final ratio: [9.16:1]
12:28:07 file [G:\Work\btel_b_afp_20131001151426.afp] has been compressed
12:28:07 building [G:\Work\btel_b_afp_20131001151426.drd] profile [TEL_B_Pfile] document build engine [journal]
0 10 20 30 40 50 60 70 80 90 100
| | | | | | | | | | |
X
12:28:08 ERROR 11816: the compressed block size is too small to handle this data [need 263472]
The block size referenced tells Vault how much RAM to pre-allocate for each document. So it is important not to set too high a value for this, otherwise Vault might use too much memory.
However, to set the blocksize you'd add this value to the profile of the document in question:
CompressedBlockSize=270000
I made it a little larger than the error message just in case it varies a little bit by document.
In the example above you'd add this setting to the [TEL_B_Pfile] profile
In the example above you'd add this setting to the [TEL_B_Pfile] profile
You will need to restart the vault services for the changes to take effect
UPDATED:
July 2, 2019