search for: liik

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

Did you mean: lik
2017 Mar 11
2
[PATCH v7 kernel 3/5] virtio-balloon: implementation of VIRTIO_BALLOON_F_CHUNK_TRANSFER
...memory to host: 1GB+2MB+64KB+32KB+16KB+4KB. > Is it going to use Six 64-bit chunks? Would it be simpler if we just > use the 128-bit chunk format (we can drop the previous normal 64-bit > format)? Is that a likely thing for the guest to need to do though? Freeing a 1GB page is much more liikely, IMO.
2017 Mar 11
2
[PATCH v7 kernel 3/5] virtio-balloon: implementation of VIRTIO_BALLOON_F_CHUNK_TRANSFER
...memory to host: 1GB+2MB+64KB+32KB+16KB+4KB. > Is it going to use Six 64-bit chunks? Would it be simpler if we just > use the 128-bit chunk format (we can drop the previous normal 64-bit > format)? Is that a likely thing for the guest to need to do though? Freeing a 1GB page is much more liikely, IMO.
2017 Mar 12
1
[PATCH v7 kernel 3/5] virtio-balloon: implementation of VIRTIO_BALLOON_F_CHUNK_TRANSFER
...Is it going to use Six 64-bit chunks? Would it be simpler if we just > > > use the 128-bit chunk format (we can drop the previous normal 64-bit > > > format)? > > > > Is that a likely thing for the guest to need to do though? Freeing a 1GB page is > > much more liikely, IMO. > > Yes, I think it's very possible. The host can ask for any number of pages (e.g. 1.5GB) that the guest can afford. Also, the ballooned 1.5G memory is not guaranteed to be continuous in any pattern like 1GB+512MB. That's why we need to use a bitmap to draw the whole pictu...
2017 Mar 12
1
[PATCH v7 kernel 3/5] virtio-balloon: implementation of VIRTIO_BALLOON_F_CHUNK_TRANSFER
...Is it going to use Six 64-bit chunks? Would it be simpler if we just > > > use the 128-bit chunk format (we can drop the previous normal 64-bit > > > format)? > > > > Is that a likely thing for the guest to need to do though? Freeing a 1GB page is > > much more liikely, IMO. > > Yes, I think it's very possible. The host can ask for any number of pages (e.g. 1.5GB) that the guest can afford. Also, the ballooned 1.5G memory is not guaranteed to be continuous in any pattern like 1GB+512MB. That's why we need to use a bitmap to draw the whole pictu...
2004 Jan 12
7
3.3v PCI board - TE410P photo
Hi- I have posted a photo of the TE410P Digium card on my site, so that those wishing to purchase a compatible motherboard can see physically what the PCI slot requirement is: http://www.evtmedia.com/TE410P.htm I believe the required slot is a 64-bit, 3.3 Volt PCI, most commonly found on Xeon-based motherboards. A 64-bit slot is longer than the TE410P board requires, but the PCI connector
2006 Apr 04
2
Application configuration options
I''ve been kicking this around for months and I thought I would finally ask the list and see if I can get some opinions. I want a database table that holds configuration options for my system. Think exmail server address, port, maybe a path for a banner image, things liike that. The way i''ve implemented it is a single column, each column is a value. This maps very nicely to a configuration model. @config = Config.find(1) @config.smtp_server = ''smtp.mydomain.com'' .... Noiw, what''s the best way to make this available to the app...
2017 Mar 12
0
[PATCH v7 kernel 3/5] virtio-balloon: implementation of VIRTIO_BALLOON_F_CHUNK_TRANSFER
...32KB+16KB+4KB. > > Is it going to use Six 64-bit chunks? Would it be simpler if we just > > use the 128-bit chunk format (we can drop the previous normal 64-bit > > format)? > > Is that a likely thing for the guest to need to do though? Freeing a 1GB page is > much more liikely, IMO. Yes, I think it's very possible. The host can ask for any number of pages (e.g. 1.5GB) that the guest can afford. Also, the ballooned 1.5G memory is not guaranteed to be continuous in any pattern like 1GB+512MB. That's why we need to use a bitmap to draw the whole picture first,...
2009 Feb 02
0
"a binary read error occurred" in read.dta
...50 or more warnings (use warnings() to see the first 50) > warnings() Warning messages: 1: In read.dta("myfilev8nolabel.dta") : value labels (GEOEGPRV) for GEOEGPRV are missing and many more such messages. That is, in this case it appears to read in the file but complains. I would liike to read in the file *with* labels. Has anyone else had experience with this "binary read" error? Thanks, Chris
2010 Jan 10
3
Raising ftp priority?
Dear All I need to ftp all of the files & folders of CentOS 5 server through WS_FTP . But it just lets for /home/www user login , but not root user . As I want to see and have all of files , can you please let me know how can I raise the ftp priority such that WS_FTP can login as root user . Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Nov 12
1
repeated measure test
Hi, This is a question regarding technique rather than an R specific issue. I have been asked to evaluate a 30+ year long term continuous survey of bird presence/absence data that has an associated ocular estimate of the vegetation community percent coverage. The data are organized by subpopulations (5), and by year ( 1991 - present). We are interested in gaining understanding on whether bird
2005 May 30
1
Where to start to solve hardware problem?
Yesterday my * server (SuSE 9.2 pro on Athlon) just stopped, no screen, no reaction to keyboard or mouse. I get all kind of messages, or just stop during restart 1. just two lines of a code (immediately after turn on the computer) 113-AM21200-100-GB GV-RX30128D F1 2. Main Processor: AMD Athlon (tm) 64 Processor 3200+ <CPUID: 0FF0 Patch ID: 0041> and BIOS line
2010 Aug 20
2
The M in ORM
Hi everyone, I am attempting to connect an already existing mysql database with Rails. For This I can''t use the traditional "generate scaffold" and "rake db:migrate" because (I think), I''ll loose the data already existing in that database table. So what I did was, I generated a scaffold for my table, and instead of running db:migrate, I added a
2009 Sep 23
3
Reading data
Dear R-users, I am a new user for R. I am eager to lean about it. I wanted to read and summary of the a simple data file I used the following, rel <- read.table("C:/Documents and Settings/ashta/My Documents/R_data/rel.dat", quote="",header=FALSE,sep="",col.names= c("id","orel","nrel")) summary(rel) Below is the
2017 Mar 10
4
[PATCH v7 kernel 3/5] virtio-balloon: implementation of VIRTIO_BALLOON_F_CHUNK_TRANSFER
On Fri, Mar 10, 2017 at 05:58:28PM +0200, Michael S. Tsirkin wrote: > One of the issues of current balloon is the 4k page size > assumption. For example if you free a huge page you > have to split it up and pass 4k chunks to host. > Quite often host can't free these 4k chunks at all (e.g. > when it's using huge tlb fs). > It's even sillier for architectures with base