Displaying 2 results from an estimated 2 matches for "dnor".
Did you mean:
dnorm
2005 Jul 22
2
memory cleaning
...have used :
> memory.size()/1048576.0
[1] 103.7730
and I make my export :
> write.table(cox,"d:/tablefinal2.txt",row.names=F,sep=';')
> memory.size()/1048576.0
[1] 241.9730
I'm surprised so I try removing some objects :
> rm (trait,tany,tnor,toth,suivauxdany,dnor,doth,mod1,
mod2,mod3,lok1,lok2,lok3,aux,risque,risk)
and check memory space :
> memory.size()/1048576.0
[1] 242.1095
First, I don't understand why when removing objects the memory used increase ?
Next, why the memory used double when I make an export ?
I look forward to your reply
Claude...
2004 Sep 21
1
files being blanked by writing
...create mask = 0664
force create mode = 0664
directory mask = 0775
force directory mode = 0775
browseable = No
I received a few complaints of save errors followed by missing web
pages so I decided to check it out. Via this share, I opened the file
/home/wasdnord/public_html/4133/1RIGHT.HTM with Mozilla. Here were the
permissions at the filesystem level ahead of time. The group jamigos is
one of my supplementary groups.
drwxrwsr-x+ 2 wasdnord jamigos 104 Sep 21 11:38 ../4133 and
stat shows permissions of 2775.
-rw-rw-r--+ 1 wasdnord j...