Displaying 3 results from an estimated 3 matches for "m_get".
Did you mean:
vm_get
2008 Apr 16
3
memory issues
...ory.size(max=T) returns 19.615
Shouldn't memory.size(max=T) return 2047?
Upon running several operations involving kriging (gstat package,
original data file 3 variables, 12000 observations)
the program runs out of memory
"memory.c", line 57: can't allocate memory in function m_get()
Error in predict.gstat(fit.uk, newdata = EcoSAV.grid.clip.spxdf,
debug.level = -2, :
m_get
Immediately following this,
memory.limit() returns [1] -Inf
Warning message:
In memory.limit() : no non-missing arguments
to max; returning -Inf
m...
2013 Mar 19
1
Cokriging
Dear All,
I run following code to estimate the blocks using cokriging ( my data set has more than 50,000 data points). All the things run finely but Once I run the predict.gstat function it gave the error message - "memory.c", line 58: can't allocate memory in function m_get(). I run this code on LINUX sever but result is same. Would any one please be able to give a solution for this? Any advice regarding this highly appreciated.
Note: same error message gave when I was using krige function . Then I changed the code and add a loop to estimate the one by one. It work...
2009 Feb 11
8
how to get DTrace to use the same structure field alignment as C?
Is there a pragma to turn off padding or some other mechanism besides
dummying up fields to make them char[] to disable padding?
Thanks!