In https://github.com/ONSdigital/rm-sample-service/blob/master/src/main/java/uk/gov/ons/ctp/response/sample/ingest/CsvIngesterSocial.java A SampleUnit object is held in memory for each row in the CSV read. Larger sample files will blow the heap limits set and cause a crash.
In
https://github.com/ONSdigital/rm-sample-service/blob/master/src/main/java/uk/gov/ons/ctp/response/sample/ingest/CsvIngesterSocial.java
A SampleUnit object is held in memory for each row in the CSV read. Larger sample files will blow the heap limits set and cause a crash.