Displaying 20 results from an estimated 10000 matches similar to: "Smallest Memory requirements for Dom0"
2006 Nov 20
1
Smallest R executable
Hello,
I am trying to find out how can I generate the smallest R executable. R is to be run in a grid application, in batch mode, so I need a small exceutable, possibly getting rid of any interactive component. Should I look at the embedded version? Any other pointers?
Many thanks,
Iago Mosqueira
--
Dr. Iago Mosqueira
Marine Research Division
AZTI Tecnalia
Txatxarramendi Ugartea, z/g
48395
2005 May 04
5
Running CentOS on very old hardware
A friend has an old Pentium-133 laptop with 32MB of memory and a 1.3 GB
hard disk that he wants to use as a web server for a very small
community. Will CentOS (or any other RHEL derived distribution for
that matter) install and run with acceptable performance on such a
system, or will a specialized distribution like Damn Small Linux be a
better choice? In this case, disk space is not a big
2009 Jun 01
3
[Atcom] Asterisk + LAMP on 128MB RAM?
Hello
I'm thinking of selling an Asterisk server based on Atcom's IP02
solid-state unit with one FXO and one FXS ports:
http://atcom.cn/En_products_IP02.htm
By default, this unit based on a 400MHz Blackfin 532 chip only has
64MB RAM and 256MB of NAND flash. Those can be increased to 128MB and
1GB, respectively.
Do you think I can install Linux + Asterisk + LAMP (replacing MySQL
with
2007 Nov 28
5
Memory footprint
Hi Everybody,
my rails 1.2.5 application runs in a linux embedded environment with
serious memory constraints. I would need to know how small a memory
footprint I can hope to get. I run ligthtpd with only one dispatch and
I did already remove actionmailer and actionwebservice which I do not
need. Currently top shows a memory footprint of 720K for lighttpd and
25M for the dispatch.fcgi process.
The
2006 Mar 28
2
ARM7 decode resource requirements
Hi all
I'm looking in to using speex for an ARM7 based speech decode development
(note we need the decode only). My hope is that we should be able to run the
decoder (in wideband mode) real time on the ARM7 (40MHz) without any
problems (the difficulty would be in the encode - but we plan to run that
offline on a PC - so we should be OK). Can anyone confirm that this is the
case please?
Also
2004 Dec 18
14
SuSe 9.1 startup issue
Tom,
I am NOT subscribed (yet). I dropped SuSeFirewall2 in favor of
shorewall to get past the configuration hurdles I as experiencing.
At the moment, when my SuSe 9.1 starts up, I can see shorewall processing
the rules, policies, etc. and I see no errors and then moves on with the
rest of the SuSe boot process .
However, no traffic passes through using the rules.
I run an iptables -L and I
2003 Jul 02
3
Asterisk PBX Billing
Hi
I would like to use the Asterisk PBX as part of a phone shop system instead
of the usual PBX plus PC. How can I do the the billing in a way that is
convinient to the phone shop attendant?
Regards
Shepherd
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
2013 Feb 17
4
why are qemu-img and vhd-util created files incompatible?
I was wondering if someone can shed some light on why vhd files
created with qemu-img don''t really work right with vhd-util and
consequentially blktap in general. To validate the incompatiblity its
simple enough to do
qemu-img create -f vpc test.vhd 40g
vhd-util snapshot -n child.vhd -p test.vhd
Which will show the below and then the headers don''t display the BATMAP summary:
2009 Mar 19
2
find the index of the smallest or biggest number in a vetor or data.frame
Dear R experts,
How to find out the index of minimum or maxmum number in a vetor or
data.frame?
For example,
a=
n price
1 50
-2 100
0 200
-1 300
......
I want to find out the row which the n is the smallest or largestest and
extract the price.
Thanks
Ted
--
View this message in context:
2009 May 20
3
[LLVMdev] llvm-java
Hi Fernando,
Thanks for the very clear explanation.
Fernando Magno Quintao Pereira wrote:
> simulation: it does not add instructions to LLVM IR. Instead, it builds an
> interval representation for each variable. Each interval represents a
> variable in SSI form, and will be associated to one or more constraints,
> like v > 10, or v > a.length. A query will have to find the
2004 Jul 07
4
Small Linux Distro
Does anyone have a current, stripped linux distro which has only
asterisk and net drivers?
If so do you have it available somewhere?
I guess also, my question could be, does anyone know of a small
distro, which will run asterisk.
When I say small I mean <700Mb
Also, anyone got any sites on hand which would point to ways to make
linux start up faster?
(BTW this is all in aid of making
2018 May 25
1
Urgent - R help - Multivariate - Naive Bayes code for R
Friends,
I am doing a URL classification, based on certain key words whether it
contains an executive information or not. I have already went through 50K
URL's and identified the key words and made it as 0, 1 ( 0 - do not have
the key word and 1 - have the key word) and 0- do not contain executive
information 1 - contains executive information.
A sample set of data is shown below.
DomainID
2010 Dec 08
1
how to find smallest non-negative and biggest non-positive number in a matrix column ?
so it could be zero in both cases when given column has 0 set in it
--
View this message in context: http://r.789695.n4.nabble.com/how-to-find-smallest-non-negative-and-biggest-non-positive-number-in-a-matrix-column-tp3077870p3077870.html
Sent from the R help mailing list archive at Nabble.com.
2005 Mar 23
1
smallest/biggest number
Hi,
I'm running monte carlo and i wonder what is the biggest/smallest number
that
can reliably be represented in R?
Thanks,
Chris
2010 Jul 15
2
replace negative numbers by smallest positive value in matrix
Hi Group,
I have a matrix, and I would like to replace numbers less than 0 by
the smallest minimum number. Below is an
small matrix, and the loop I used. I would like to get suggestions on
the "R way" to do this.
Thanks,
Juliet
# example data set
mymat <- structure(c(-0.503183609420937, 0.179063475173256, 0.130473004669938,
-1.80825226960127, -0.794910626384209, 1.03857280868547,
2013 Apr 15
0
Smallest Space Analysis help
Hello fellow R users, I need to perform Guttman's Smallest Space Analysis,
which is a type of Non-metric Multidimensional Scaling. Not wanting to
reinvent the wheel i decided to look for a package which may have an
implementation of it, but no success at all. Do you guys know of any
package that perform SSA? I found 'isoMDS' and 'sammon', both on the MASS
package, but though
2009 Mar 27
2
[LLVMdev] GSoC 2009 application
Dear LLVM Community,
I'm a Computer Science master student at UFMG, Brasil. I'm interested in
taking part on Google Summer of Codes 2009. My idea is not on the LLVM
list, but I have written a project description to make my intentions
clear. My project is attached as a pdf file.
Regards,
--
Andre Tavares
Master Student in Computer Science - UFMG - Brasil
http://dcc.ufmg.br/~andrelct
2003 Aug 11
1
Support for oracle_home yet?
Hi -
I thought I saw someplace on one of the oracle pages that ocfs now
supported the install of oracle_home's.
Can anyone verify this ?
If so - are there any limitations or things I should know?
Thanks
______________________________
Nathan Shepherd
mailto:Nathan.Shepherd@Franke.com
http://www.frankecg.com
2010 Jul 05
4
Smallest install?
I have a 500Mb ATA Flash drive in my machine. If I deselect everything at
install time (CentOS 5.0 - just for testing) it still requires 524Mb. Is
there any way of doing an even smaller install?
--
rgds
Stephen
2009 May 20
0
[LLVMdev] llvm-java
Dear All,
Perhaps a related issue is whether SSI form is valuable for other
transformations or analysis passes. If it is, then it might be worth
building general SSA->SSI and SSI->SSA transforms so that any LLVM pass
wishing to have the code in SSI form can do so.
-- John T.
Nicolas Geoffray wrote:
> [snip]
>
> OK. Is it possible to do SSI Transformation --> Array Bounds