Displaying 20 results from an estimated 24 matches for "70m".
Did you mean:
704
2006 Sep 07
2
Alternatives to merge for large data sets?
...e(x=pubbounds,y=prof,by.x="user",by.y="userid",all=TRUE,sort=FALSE)
which gives me an error of
Error: cannot allocate vector of size 2962 Kb
I am reasonably sure that this is correct syntax.
The trouble is that pubbounds and prof are large; they are data frames which
take up 70M and 11M respectively when saved as .Rdata files.
I understand from various archive searches that "merge can't handle that,"
because merge takes n^2 memory, which I do not have.
My question is whether there is an alternative to merge which would carry
out the process in a slower, ite...
2006 Oct 03
1
Samba 3.0.23c memory usage increased ten fold to over 70Mb / smbd process
...0.1% smbd/1
19888 root 77M 73M sleep 59 0 0:00:10 0.1% smbd/1
29251 root 77M 73M sleep 59 0 0:00:13 0.1% smbd/1
20490 root 78M 73M sleep 59 0 0:00:19 0.1% smbd/1
1311 root 86M 81M sleep 59 0 0:05:58 0.1% smbd/1
7095 root 77M 70M sleep 59 0 0:00:00 0.0% smbd/1
1969 root 77M 73M sleep 59 0 0:00:02 0.0% smbd/1
10797 root 84M 79M sleep 59 0 0:06:06 0.0% smbd/1
7638 root 74M 49M sleep 59 0 0:00:00 0.0% smbd/1
29414 root 77M 71M sleep 59 0 0:00:00 0.0% smbd...
2014 Mar 24
1
mount.cifs permissions for non-root user via sudo
...hare/user1 /home/user1/network-mount -o domain=domname,username=user1
After the user provides their AD password, the share is mounted:
[user1 at linux1PC]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 20G 7.3G 12G 40% /
/dev/sda1 99M 25M 70M 26% /boot
tmpfs 1006M 0 1006M 0% /dev/shm
//servername/share/user1 6.0T 5.0T 1.1T 83% /home/user1/network-mount
As you can see, the mount worked fine. However, the permissions are very odd. All files/folders are owned by root:
[user1 at linux1PC]$ ls -l
total 547949
-rwxr...
2006 Sep 16
2
Can''t login with Xen and Gentoo
Hi all,
I installed Xen 3.0.2 using Gentoo portage. The kernel boots ok to the
console but when I try to login either as root or myself it won''t
authenticate.
I read some posts that mentioned not having a populated /dev directory
but this is in place. It also contains a full range of tty* and has
console in it.
I''m at a loss for what to look for. The console login is ok
2007 Aug 23
1
.Call and to reclaim the memory by allocVector
...------
When I run the above code in a fresh start R (version 2.5.0)
the gc() inforamation is below. I report the last column ("max
used (Mb)" ) here, which agrees the linux command "ps aux". Apparently
even after I removing the object "c", we still have un-reclaimed 70M bytes
of memory, which is approximately the memory size for the object "c".
If I run the command "c<-cp(a,b)" for three or four times and then remove the
object "c" and apply gc() function, the unclaimed memory can reach 150M
bytes. I tried gc(reset=TRUE), and i...
2007 Aug 23
1
.Call and to reclaim the memory by allocVector
...------
When I run the above code in a fresh start R (version 2.5.0)
the gc() inforamation is below. I report the last column ("max
used (Mb)" ) here, which agrees the linux command "ps aux". Apparently
even after I removing the object "c", we still have un-reclaimed 70M bytes
of memory, which is approximately the memory size for the object "c".
If I run the command "c<-cp(a,b)" for three or four times and then remove the
object "c" and apply gc() function, the unclaimed memory can reach 150M
bytes. I tried gc(reset=TRUE), and i...
2007 Feb 16
5
LVM on dom0?
...9;s with the ram disk but I can''t figure out
how to resolve this.
With a stock kernel here is how my disk is layed out:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
219G 2.8G 206G 2% /
/dev/hda1 99M 25M 70M 27% /boot
none 252M 0 252M 0% /dev/shm
Here is my grub.conf file:
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title XEN (2.6.16.33-zen)
root (hd0,0)
kernel /xen.gz dom0_mem=131072 noreboot
module /vmlinuz-2.6.16.33-xen_3.0...
2019 May 08
1
Dovecot does not recognize imported messages
...utoindex_exclude2 = Trash
> fts_autoindex_exclude3 = Sent
> fts_autoindex_exclude4 = Drafts
> fts_autoindex_max_recent_msgs = 20
> lazy_expunge = .DELETED/
> mail_replica = tcp:10.0.11.152:1111
> quota = dict:user::proxy::quotadict
> quota_grace = 0%%
> quota_max_mail_size = 70M
> quota_rule = *:storage=1G
> quota_rule2 = *:messages=0
> quota_warning = storage=85%% quota-warning 85 %u
> quota_warning2 = storage=90%% quota-warning 90 %u
> quota_warning3 = storage=95%% quota-warning 95 %u
> sieve = /%Lh/sieve/dovecot.sieve
> sieve_default = /var/vmail/si...
2004 Mar 04
1
15 minute favor?
...-e-enterprise-1.0.9-12 and 1.0.9-12 tools
2. create a new filesystem
node1# mkfs.ocfs -b 128 -F -g 0 -L dc1:/u02 -m /u02 -p 755 -u 0
/dev/sdc
3. mount the fs
node1# mount /dev/sdc /u02 -t ocfs
4. make a subdir, change into it
node1# mkdir /u02/test
node1# cd /u02/test
5. fill the directory with 406 70M files
node1# /usr/bin/time -v /bin/sh -c '
for ((X=1; X \<= 406; X=((X + 1)) )); do
echo test$X.dbf;
dd if=/dev/zero of=./test$X.dbf bs=131072 count=560
done
'
6. mount the volume on THE OTHER NODE
node2# mount /dev/sdc /u02 -t ocfs
7. create a file in the test dir (from either node)
nod...
2012 Oct 06
0
[LLVMdev] [PATCH / PROPOSAL] bitcode encoding that is ~15% smaller for large bitcode files...
...tion a), and uses signed VRBs for phis,
This is awesome! I tried it by creating a .ll of all of clang. Some sizes:
* clang.ll 490M
* clang.ll.gz 55M
* clang.ll.bz2 37M
* clang.ll.xz 27M
with the current bitcode:
* clang.bc 82M
* clang.bc.xz 27M
with the new bitcode:
* clang.bc 70M
* clang.bc.xz 26M
it looks like a nop run of opt also got a bit faster, from 10.451s to 10.176s.
+static void EmitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) {
Please start function names with a lower case letter.
+EnableOldStyleFunctions("enable-old-style-functions&...
2014 May 25
0
Hiccup on streaming
...0.0%hi, 0.2%si,
> 0.0%st
> Mem: 1931676k total, 1650232k used, 281444k free, 468284k buffers
> Swap: 2095100k total, 108644k used, 1986456k free, 890236k cached
>
> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
> 1918 operador 20 0 543m 70m 21m S 14 3.7 5401:22 Radit
> 1904 operador 20 0 268m 20m 13m S 6 1.1 2804:29 raditcast
> 1739 operador 9 -11 180m 6724 4644 S 4 0.3 2105:52 pulseaudio
> 24929 operador 20 0 4460 1924 744 S 4 0.1 11:31.26 lame
>
> Radit its the automatizer, radit...
2019 May 10
0
Dovecot does not recognize imported messages
...ndex_exclude2 = Trash
> fts_autoindex_exclude3 = Sent
> fts_autoindex_exclude4 = Drafts
> fts_autoindex_max_recent_msgs = 20
> lazy_expunge = .DELETED/
> mail_replica = tcp:10.0.11.152:1111 [1]
> quota = dict:user::proxy::quotadict
> quota_grace = 0%%
> quota_max_mail_size = 70M
> quota_rule = *:storage=1G
> quota_rule2 = *:messages=0
> quota_warning = storage=85%% quota-warning 85 %u
> quota_warning2 = storage=90%% quota-warning 90 %u
> quota_warning3 = storage=95%% quota-warning 95 %u
> sieve = /%Lh/sieve/dovecot.sieve
> sieve_default = /var/vmail/si...
2019 May 09
1
dict lookup too long time
...vecot-master-users-password
driver = passwd-file
master = yes
}
plugin {
acl = vfile:/etc/dovecot/dovecot-acl
acl_globals_only = yes
auth_socket_path = /var/run/dovecot/auth-master
lazy_expunge = .DELETED/
quota = dict:user::proxy::quotadict
quota_grace = 0%%
quota_max_mail_size = 70M
quota_rule = *:storage=1G
quota_rule2 = *:messages=0
quota_warning = storage=85%% quota-warning 85 %u
quota_warning2 = storage=90%% quota-warning 90 %u
quota_warning3 = storage=95%% quota-warning 95 %u
sieve = /%Lh/sieve/dovecot.sieve
sieve_default = /var/vmail/sieve/dovecot.sieve
s...
2005 Feb 28
1
Mail server on DMZ
...0 0 DROP all -- * * 0.0.0.0/0
0.0.0.0/0
Chain FORWARD (policy DROP 20 packets, 960 bytes)
pkts bytes target prot opt in out source
destination
0 0 DROP !icmp -- * * 0.0.0.0/0
0.0.0.0/0 state INVALID
302K 170M eth1_fwd all -- eth1 * 0.0.0.0/0
0.0.0.0/0
1095K 409M eth0_fwd all -- eth0 * 0.0.0.0/0
0.0.0.0/0
752K 360M eth2_fwd all -- eth2 * 0.0.0.0/0
0.0.0.0/0
0 0 Drop all -- * * 0.0.0.0/0
0.0.0.0/0...
2005 Mar 07
10
DNS Name problem with mail server on LAN
...0 0 DROP all -- * * 0.0.0.0/0
0.0.0.0/0
Chain FORWARD (policy DROP 20 packets, 960 bytes)
pkts bytes target prot opt in out source
destination
0 0 DROP !icmp -- * * 0.0.0.0/0
0.0.0.0/0 state INVALID
302K 170M eth1_fwd all -- eth1 * 0.0.0.0/0
0.0.0.0/0
1095K 409M eth0_fwd all -- eth0 * 0.0.0.0/0
0.0.0.0/0
752K 360M eth2_fwd all -- eth2 * 0.0.0.0/0
0.0.0.0/0
0 0 Drop all -- * * 0.0.0.0/0
0.0.0.0/0...
2012 Oct 02
2
[LLVMdev] [PATCH / PROPOSAL] bitcode encoding that is ~15% smaller for large bitcode files...
On Sun, Sep 30, 2012 at 9:09 AM, Chris Lattner <clattner at apple.com> wrote:
>
> On Sep 25, 2012, at 5:08 PM, Jan Voung <jvoung at chromium.org> wrote:
>
> Hi all,
>
> I've been looking into how to make llvm bitcode files smaller. There is
> one simple change that appears to shrink linked bitcode files by about 15%.
> See this spreadsheet for some rough
2011 Feb 17
2
amount of data R can handle in a single file
Dear Sir/Madam,
I would like to know what is the maximum number of observations a
single file must have when using R. I am asking this because am trying
to do research on banking transactions and i have around 49million
records. Can R handle this? Advise with regard to this.
Mark Nasila
Quantitative Analyst
CBS Risk Management
Personal Banking
7th Floor, 2 First Place,
Cnr
2024 Nov 23
1
Shutdown the servers first, keep the network running
...only
13m. A huge round of applause for the guy in the bucket truck who
did not damage the transmission line! Also, I had a 19m outage,
which I suspect was also planned (if not announced) as part of
restoring others after damage.
- After that, I think the fastest was 28m, and 40-70m typical, for
things that were "minor". There have been changes to distribution
protection and these are rarer; I think reclosers are effective at
ensuring that close-to-fault protection devices open, enabling the
rest to stay on.
- Plus some longer ones (multiple hours...
2014 May 23
2
Hiccup on streaming
Hi all, this is my first time on this list.
I have a very basic icecast2 server installed from Ubuntu repository.
It's running on a linux Ubuntu Studio 12.04 LTS with an Athlon 64 X2 5200+.
This linux box is at a Community FM Radio Station.
We installed a radio automatization software called "Radit".
Radit is developed by a spanish guy and runs very well. It's open source
and
2012 Jan 15
0
[CENTOS6] mtrr_cleanup: can not find optimal value - during server startup
...8M chunk_size: 512M num_reg: 10 lose cover
RAM: -250M
gran_size: 8M chunk_size: 1G num_reg: 10 lose cover RAM: 6M
*BAD*gran_size: 8M chunk_size: 2G num_reg: 10 lose cover
RAM: -1018M
gran_size: 16M chunk_size: 16M num_reg: 10 lose cover
RAM: 70M
gran_size: 16M chunk_size: 32M num_reg: 10 lose cover
RAM: 22M
gran_size: 16M chunk_size: 64M num_reg: 10 lose cover
RAM: 22M
gran_size: 16M chunk_size: 128M num_reg: 10 lose cover
RAM: 22M
gran_size: 16M chunk_size: 256M...