R is crashing when model gets bigger #267
Unanswered
DanielaRichter
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Copy&pasted, saved as $ Rscript test.R
[lines removed]
1440: patient_0: arrival
1450: patient_0: tumor and germline sample arrived
1450: patient_0: gl_main_track
1450: patient_0: TR track
1450: patient_0: TR track
2880: patient_1: arrival
2890: patient_1: tumor and germline sample arrived
2890: patient_1: gl_main_track
2890: patient_1: TR track
2890: patient_1: TR track
terminate called after throwing an instance of 'Rcpp::exception'
what(): illegal removal of arrival 'patient_0'
Aborted (core dumped) Not sure why it's aborting (that's a bug), but the issue comes from the illegal removal of the arrival. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, it's me again (I'm sorry).
I have a block of code, that works fine. However, when the model (build of these blocks) gets bigger, R is crashing and needs to be restarted. Is it my computer power or an error in the code itself?
Could anyone try and give me feedback, if it should run with more RAM?
Beta Was this translation helpful? Give feedback.
All reactions