Displaying 10 results from an estimated 10 matches for "freememory".
Did you mean:
free_memory
2007 Feb 25
3
R/C++/memory leaks
Dear all,
I have wrapped a C++ function in an R package. I allocate/deallocate
memory using C++ 'new' and 'delete'. In order to allow user
interrupts without memory leaks I've moved all the delete statements
required after an interrupt to a separate C++ function freeMemory(),
which is called using on.exit() just before the .C() call.
I am concerned about the following. In square brackets you see R's
total virtual memory use (VIRT in `top`):
1) Load library and data [178MB] (if I run gc(), then [122MB])
2) Just before .C [223MB]
3) Just before freeing memory...
2003 Nov 12
0
Subject: RE: Time plot question.
Hello,
Thank you for your reply. I am missing an intermediate step as
> plot( strptime( Time, format = "%H:%M:%S"), FreeMemory)
Error in strptime(Time, format = "%H:%M:%S") :
invalid `x' argument
> plot( strptime( c(Time), format = "%H:%M:%S"), FreeMemory)
Error in strptime(c(Time), format = "%H:%M:%S") :
invalid `x' argument
does not work. My "Time" data...
2016 Jan 26
2
starting a domain only when you have enough resources
...e same time,
depending on the workload, can crash the system - I get a kernel trace when
this happens.
But let's consider a simpler case: one guest with 1.5 Gb RAM, ubuntu 14.03.
During the installation the system will again crash.
The memory statistics (top or proc/meminfo) will show that the FreeMemory
goes down to 12Mb when this happens - which kind of makes sense considering
the host will require some RAM to run.
But the question is: does libvirt offer any way to prevent this from
happening?
Some way of not allowing the user to start a guest unless you have enough
free memory. I know how much...
2003 Nov 13
0
Subject: RE: Time plot question.
...3 18:09
> To: ggrothendieck at myway.com
> Cc: r-help at stat.math.ethz.ch
> Subject: Subject: RE: [R] Time plot question.
>
>
> Hello,
>
> Thank you for your reply. I am missing an intermediate step as
>
> > plot( strptime( Time, format = "%H:%M:%S"), FreeMemory)
> Error in strptime(Time, format = "%H:%M:%S") :
> invalid `x' argument
> > plot( strptime( c(Time), format = "%H:%M:%S"), FreeMemory)
> Error in strptime(c(Time), format = "%H:%M:%S") :
> invalid `x' argument
>
> does...
2016 Jan 26
2
Re: starting a domain only when you have enough resources
...m - I get a kernel trace
> when
> > this happens.
> >
> > But let's consider a simpler case: one guest with 1.5 Gb RAM, ubuntu
> 14.03.
> > During the installation the system will again crash.
> > The memory statistics (top or proc/meminfo) will show that the FreeMemory
> > goes down to 12Mb when this happens - which kind of makes sense
> considering
> > the host will require some RAM to run.
> >
> > But the question is: does libvirt offer any way to prevent this from
> > happening?
> >
> > Some way of not allowing the...
2016 Jan 26
2
Re: starting a domain only when you have enough resources
...his happens.
> >>>
> >>> But let's consider a simpler case: one guest with 1.5 Gb RAM, ubuntu
> >> 14.03.
> >>> During the installation the system will again crash.
> >>> The memory statistics (top or proc/meminfo) will show that the
> FreeMemory
> >>> goes down to 12Mb when this happens - which kind of makes sense
> >> considering
> >>> the host will require some RAM to run.
> >>>
> >>> But the question is: does libvirt offer any way to prevent this from
> >>> happening?...
2016 Jan 26
0
Re: starting a domain only when you have enough resources
...the workload, can crash the system - I get a kernel trace when
> this happens.
>
> But let's consider a simpler case: one guest with 1.5 Gb RAM, ubuntu 14.03.
> During the installation the system will again crash.
> The memory statistics (top or proc/meminfo) will show that the FreeMemory
> goes down to 12Mb when this happens - which kind of makes sense considering
> the host will require some RAM to run.
>
> But the question is: does libvirt offer any way to prevent this from
> happening?
>
> Some way of not allowing the user to start a guest unless you have...
2016 Jan 26
0
Re: starting a domain only when you have enough resources
...e
>> when
>>> this happens.
>>>
>>> But let's consider a simpler case: one guest with 1.5 Gb RAM, ubuntu
>> 14.03.
>>> During the installation the system will again crash.
>>> The memory statistics (top or proc/meminfo) will show that the FreeMemory
>>> goes down to 12Mb when this happens - which kind of makes sense
>> considering
>>> the host will require some RAM to run.
>>>
>>> But the question is: does libvirt offer any way to prevent this from
>>> happening?
>>>
>>> Some...
2011 Feb 26
5
Igo for PC ver. 8.3
I run this prog (http://www.compcar.ru/forum/showthread.php?t=7342)and this error appears:
Fatal error occurred in main thread.
Address:0x004a1f11
Exception:0xc0000005
I added every library whitch Igo needed (native-builtin) / I found them by Ollydebuger in Windows 7/ , but no success :(
Could I add some other info to solve this?
2011 Jun 06
0
Release of libvirt-0.9.2
...ro?)
- Refactored libxl datastructure instantiation (Markus Gro?)
- schema: Add graphics element passwdValidTo attribute to schema (Michal Privoznik)
- Fix sign mismatches between public API, driver API and XDR protocol (Matthias Bolte)
- remote generator: Fix XDR sign mismatch for virNodeGet(Cells)FreeMemory (Matthias Bolte)
- remote generator: Handle stream-using functions (Matthias Bolte)
- remote generator: Make call-by-reference handling stricter (Matthias Bolte)
- remote generator: Rename virNodeGetCellsFreeMemory parameters to common pattern (Matthias Bolte)
- remote generator: Handle virDomainCr...