OHDSI / WhiteRabbit

WhiteRabbit is a small application that can be used to analyse the structure and contents of a database as preparation for designing an ETL. It comes with RabbitInAHat, an application for interactive design of an ETL to the OMOP Common Data Model with the help of the the scan report generated by White Rabbit.
http://ohdsi.github.io/WhiteRabbit
Apache License 2.0
178 stars 88 forks source link

Problem when saving the ETL with Rabbit-In-a-Hat #278

Closed songotho closed 3 years ago

songotho commented 3 years ago

708005F1-1E3F-42DC-ADD4-74C4674CD177 When I try to save the ETL, the software is dumped. I can't do anything afterward.

Plz, help to cross-check it if it's possible. I downloaded the version of the software here: https://github.com/OHDSI/WhiteRabbit My scan file is around 58Mb.

Thanks.

songotho commented 3 years ago

0C59BD24-9A0C-4D22-A2F0-DACE4A67F870

Here is the error. I don't think it's out of my memory as I just load the excel file of 58Mb and save it to ETL only.

MaximMoinat commented 3 years ago

@songotho I see you closed the issue. Could you comment whether you have indeed solved the problem and how you solved it? Could be helpful for future reference.

songotho commented 3 years ago

@songotho I see you closed the issue. Could you comment whether you have indeed solved the problem and how you solved it? Could be helpful for future reference.

Hi Max, I try to solve it by ourselves, two possible ways could be: 1. Increasing the memory of JVM by using -Xmx[size_of_ram] (but it did not work for us as I tried putting 16Gb). 2. Reducing the loading scan file (Trying now). Regards, Alex.