-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when working with big dataset #152
Comments
Dear @dtgnn! I am very happy to hear that you are using te package! And thank you very much! It is a little complex since the Please let me know, if this work or not!? |
Thank you for your message, @eribul. With your input I now see that the |
Hello @eribul, Just a quick update to say that I tried passing both options to Using
Using I have resorted to slicing my dataset and iterating over the samples. It seems to do the job. Thank you again for your help! |
I am sorry to here that! Is it possible, however, that you might be running a 32 bit version of R? If so, I might suspect that the 1.4 Gb limit might be caused by that, and not by your actual RAM. If you are unsure you can type And just to rule out the obvious; the > 100 GB is your RAM (not your disk memory) right? :-) |
R version x86_64. 100GB of RAM. |
Hi and thank you for your work on the
coder
package. I ran into issues while applying thecategorize
function to a fairly large dataframe (~4GB). The function returns the following error message:But there seems to be no way (judging from the documentation) to actually set the
copy
argument. I've tried including eithercopy = TRUE
or.copy = TRUE
to my calls tocategorize()
, in both cases without effects. Is there another way to address the issue?The text was updated successfully, but these errors were encountered: