It is memory. You should probably not have 40% of your RAM allocated
to R so that if you do create some large objects, you will have room
for them. How much physical memory do you have, can you put some
"numbers" on how many objects you need, if you have a lot of them,
have you considered using lists.
On Tue, Jul 29, 2008 at 12:36 PM, Edna Bell <edna.bell01 at gmail.com>
wrote:> Hi again!
>
> I put in ls() to check the objects in my workspace.
>
> Is there a limit on how many objects I can have, please? Or does it
> depend on the memory, please?
>
> TIA,
> Edna Bell
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Jim Holtman
Cincinnati, OH
+1 513 646 9390
What is the problem you are trying to solve?