whois
whois copied to clipboard
run loadDump initialimport ripe.db.gz
Getting error like below , how to resolve it
java.lang.IllegalArgumentException: Max total files' size should not be more than 15 MB
Hello,
I have the same probleme when i want to import the ripe db with this doc : https://github.com/RIPE-NCC/whois/wiki/Setup-a-RIPE-GRS-mirror-using-Bootstrap-and-NRTM
Best regard. Toufic
Hello. I have the same problem.
+1
I have the same issue
Hello. I have the same issue. Someone can help?
Bluntly changing the following line at least fixes this issue for me (for now).
https://github.com/RIPE-NCC/whois/blob/master/whois-scheduler/src/main/java/net/ripe/db/whois/scheduler/task/loader/LoaderSafe.java#L16
private final static int TOTAL_SIZE_LIMIT_IN_MB = 15;
Thanks! Will try it tomorrow. Anyways I've done this with unsafe import.
Is there any news on this?