Hi All,
I am working on export json files of Achilles on my local computer with local database. However it spends me a lot of time doing “exportMeasurementToJson” in RStudio. After a long time, it raises ERROR: out of memory.
Is it because of my poor computer performance/memory size or large database table size? I am worried if there is something wrong with my code or configuration.
By the way, is it normal that it costs long time when run “achilles” function? I tried to run achilles() yesterday night. However there is no more progress today morning and there is no error. Thus I stop it. (my achilles() code is below)
achilles(connectionDetails = connectionDetails,
cdmDatabaseSchema = “japan_his”,
resultsDatabaseSchema=“japan_his”,
outputFolder = “output”)
Thanks,
Jiawei