I am using the latest github code and have a strage problem to search records from geonetwork with more than 100 K records: When my geonetwork has 96 K records, it return 96 K records when I do the search; After I add 10 K more records and the number goes to 106K records, but it show 12965 records in the interface and CSW getrecords response ; After I delete 10 K records and the number is 96 K records, the search works again and it returns exact results.
I am using the following settings:
PostSQL+PostGIS database;
ulimit -s 10240;
720.0d
I was wondering if I should modify something to support search 100K records.
Thanks and best regards,
Kai Liu