search for: largeish

Displaying 14 results from an estimated 14 matches for "largeish".

2007 Aug 02
1
dovecot 1.0.2, sieve 1.0.2 and regex
I've just ported a largeish procmail script across to sieve and want to get to use wildcards in filing mail and can't seem to get regex to work. The script starts nicely with: > require ["fileinto","regex","envelope","vacation","regex"]; and a bit down these few line...
2004 Jun 23
1
Migration from NT
Hi All, At present I am running a largeish (~450 stations) NT based network (with win2k/XP clients) in a school in the UK, and I am looking into the feasability of moving to samba 3+LDAP over the summer. Has anyone had much experience of this, and are there any major problems? My concerns are with the following: - Seamless transition f...
2011 Jul 21
1
--max-vsize
Hi, In both R 2.13 and the SVN trunk, I observe odd behaviour with the --max-vsize command-line argument: 1. passing a largeish value (about 260M or greater) makes mem.limits() report NA for the vsize limit; gc() continues to report a value... 2. ...but that value (and the actual limit) is wrong by a factor of 8. I attach a patch for issue 2, lightly tested. I believe that fixing issue 1 involves changing the return c...
2020 Feb 11
1
[PATCH 35/62] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
...lude <asm/trap_defs.h> > @@ -28,6 +31,9 @@ struct ghcb boot_ghcb_page __bss_decrypted __aligned(PAGE_SIZE); > */ > struct ghcb __initdata *boot_ghcb; > > +/* Runtime GHCBs */ > +static DEFINE_PER_CPU_DECRYPTED(struct ghcb, ghcb_page) __aligned(PAGE_SIZE); Hmm. This is a largeish amount of memory on large non-SEV-ES systems. Maybe store a pointer instead? It would be even better if it could be DEFINE_PER_CPU like this but be discarded if we don't need it, but I don't think we have the infrastructure for that. --Andy
1998 Jul 24
2
Slowdown when copying large files
...tp://samba.anu.edu.au/samba/ftp/Binary_Packages/redhat/RPMS/5.1/samba- 1.9.18p8-51.3.i386.rpm) The setup includes several NT servers, one set up as a PDC and 2 BDCs and samba is confiigured to use the PDC for password authentication. Everything seems to work fine, except that when I try copying a largeish file (the test one I'm using is about 12M) it takes about 8-10 minutes to copy (this is on a 10M LAN). I ran top on the Linux box while I was doing this and smbd seems to start off using around 8% of CPU time, but at the point things seem to start slowing down, the usage jumps up to 75-80%. I...
2005 Nov 23
2
RE: __ia64__ ifdef in xmalloc.c: "Fix ar.unat handling forfast paths"
>It''s not hard to support arbitrary alignment, at the cost of burning >some space. We should probably do that. The "we" in that last sentence is the Xen team ... referring to making fixes to xmalloc? -Tony _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2002 Apr 12
0
documentation widget
If imitation is the sincerest form of flattery ... I am thinking of imitating the R documentation mechanism. I have a largeish software project that needs documentation for each of the functions/modules. The ability to create html, latex, and pdf documentation from one source is very attractive. Since my collaborators already know html and latex there is little incentive to learn XML ... but using latex as the source seems...
2005 Feb 07
1
THANK YOU:-)
Thank you all for your help :-) Much Much Aprreciated........ I tried with the "jitter" command and it worked :-) Cheers, Latha > -----Original Message----- > From: Latha Raja > Sent: Monday, February 07, 2005 3:21 PM > To: 'r-help at stat.math.ethz.ch' > Subject: Need your help with my R plot > Importance: High > > Hi, > > I am using R to
2004 Jun 02
0
ERRSRV Non-specific error code
Hi We have version 1.9 on HPUX 10:20 trying to copy from win2000 (just upgraded from winNT). My observations seem to indicate that smallish files cannot be retrieved with get but can with mget, whilst largeish files cannot be retrieved with mget but can with get. The mget results in a truncated files (81679 bytes). This does not make a lot of sense to me. I will appreciate hearing from anyone who can suggest where the issue may lie. thanks trevor smb: \> ls ....
2015 Aug 17
1
Clunky Xorg with latest 6.7 upgrade?
What video card are you using? Xorg driver or proprietary binary thing? The next thing I'd do is boot the last kernel under which you saw "normal" performance. If booting the older kernel doesn't fix the problem, then the problem is probably the X11 server. At that point, I'd start using "yum downgrade" to revert individual components, and reboot until you
1999 Sep 07
4
Connection reset by peer
Hi, I run Samba 2.0.5a on Linux 2.2.12 (Slackware). My clients get an error regularly (Windows95) "Network path not found" and then they lose their connection completely. The server logs the following: [1999/09/07 17:30:01, 1] smbd/service.c:make_connection(521) sbit12 (137.56.40.139) connect to service sbitdata as user sbit (uid=1000, gid=100) (pid 134) [1999/09/07 17:33:10, 0]
2008 May 17
7
[LLVMdev] Forward: Discussion about custom memory allocators for STL
Hi, There is a discussion thread on llvm-commits list about a possibility of using custom memory allocators for STL to improve the performance and reduce the memory pressure of STL containers, e.g. std::set. I thought that this discussion may be interesting for a wider audience and therefore I re-post the messages on llvm-dev as well. It would be interesting to hear what others think about -
2020 Feb 11
83
[RFC PATCH 00/62] Linux as SEV-ES Guest Support
Hi, here is the first public post of the patch-set to enable Linux to run under SEV-ES enabled hypervisors. The code is mostly feature-complete, but there are still a couple of bugs to fix. Nevertheless, given the size of the patch-set, I think it is about time to ask for initial feedback of the changes that come with it. To better understand the code here is a quick explanation of SEV-ES first.
2020 Feb 11
83
[RFC PATCH 00/62] Linux as SEV-ES Guest Support
Hi, here is the first public post of the patch-set to enable Linux to run under SEV-ES enabled hypervisors. The code is mostly feature-complete, but there are still a couple of bugs to fix. Nevertheless, given the size of the patch-set, I think it is about time to ask for initial feedback of the changes that come with it. To better understand the code here is a quick explanation of SEV-ES first.