Displaying 2 results from an estimated 2 matches for "filenamemia".
2009 Jul 16
1
Too many open files
...t to edit it
with your own.
R E-mails from as far back as 2006 ask for help on the issue. There have
been several suggestions, but no confirmed solution that I can find. You
will see my attempt at these suggestions in the script [
rm(outMIA);rm(junk); and gc(); after close(outMIA); and
unlink(FileNameMIA);]. For me, this becomes important because it limits
the total number if iterations in nested do-loops. This is where I ran
into the problem. The program below is a distillation from the original
program.
Any suggestion would be greatly appreciated.
I'm a retired engineer and am picking up...
2009 Jul 10
0
Too many files open (PR#13818)
...want to edit it with your own.
R E-mails from as far back as 2006 ask for help on the issue. There have been
several suggestions, but no confirmed solution that I can find. You will see my
attempt at these suggestions in the script [ rm(outMIA);rm(junk); and gc();
after close(outMIA); and unlink(FileNameMIA);].
#-------------------- Start of Script
----------------------------------------------
# This script induces an error: "cannot open the connection" with
# warnings: "Too many open files".
# ---------------- Create a junk file and "save" it for use furthe...