Mark Johnson
Results
2
comments of
Mark Johnson
Hi @mw0000, Do you have a little more information on the paths you have set up the collections on the filesystem? It looks like PyWB is configured to look in...
@tchnlgst you can set additional configuration values for the Berkley DB here: https://github.com/internetarchive/heritrix3/blob/adac067ea74b5a89f631ef771e2f598819bac6c4/commons/src/main/java/org/archive/bdb/BdbModule.java#L257 `config.setConfigParam(EnvironmentConfig.FREE_DISK, "0");` for example will disable the checks completely which isn't necessarily recommended. The docs for the...